Listing Salesforce Organizations
Use the get /v1/cckm/sfdc/organizations
API to view the list of Salesforce organizations available on the CipherTrust Manager.
Syntax
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
id | string | Resource ID of the Salesforce organization on the CipherTrust Manager. Note that a resource ID is different than the sfdc_org_id . |
sfdc_org_id | string | ID of the Salesforce organization. |
organization_type | string | Type of the Salesforce organization. |
name | string | Name of the Salesforce organization, for example, Thales. |
connection | string | Name or ID of the Salesforce cloud connection on the CipherTrust Manager. |
cloud_name | string | Name of the cloud where the Salesforce tenant secret resides. |
skip | integer | Number of records to skip. For example, if "skip":5 is specified, the first five records will not be displayed in the output. |
limit | integer | Numbers of records to display. For example, if "limit":10 is specified, then the next 10 records (after skipping the number of records specified in the skip parameter) will be displayed in the output. |
sort | string | Comma-delimited list of properties to sort the results. |
Example Request
Example Response
The output shows the list of Salesforce organizations available on the CipherTrust Manager based on the specified request query parameters. The resource "id" is used to view details of a specific organization. This is also required when Creating a Salesforce Tenant Secret.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.