Adding Salesforce Organizations
Use the post /v1/cckm/sfdc/add-organizations
API to add a Salesforce organization to the CipherTrust Manager based on a Salesforce connection. These organizations can be managed through CCKM on the CipherTrust Manager.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
connection | string | Name or ID of the Salesforce cloud connection on the CipherTrust Manager. |
sfdc_org_id | string | ID of the Salesforce organization to be added. To determine the organization ID, run the post /v1/cckm/sfdc/get-organizations or get /v1/cckm/sfdc/organizations API. |
Example Request
Example Response
The sample output displays that a Salesforce organization fetched from the specified connection is added to the CipherTrust Manager.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.