Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/18/2024 08:50 PM
Hello Team,
We are looking to use the REST API connection (instead of the OOTB connector, since it doesnt import/manage Contact accounts) for Salesforce. Kindly share the below JSONS:
1. Connection JSON
2. ImportAccountEntJSON
3. STATUS_THRESHOLD_CONFIG
4. CreateAccountJSON
5. UpdateAccountJSON
6. EnableAccountJSON
7. DisableAccountJSON
8. AddAccessJSON
9. RemoveAccessJSON
10. RemoveAccountJSON
11. Any other relevant details/JSONs
12. API endpoints
Kindly let me know if Salesforce OTTB connector can manage License assignment for users/accounts.
Anyone have already used the REST API connection for Salesforce, will appreciate the feedback on the same and the functions it is able to perform.
07/18/2024 09:05 PM
Ensure you replace vXX.X with the appropriate Salesforce API version you are using.
Here are some common Salesforce REST API endpoints:
The Salesforce OOTB connector can manage licenses for users/accounts. It allows you to assign and unassign licenses through the connector configuration.
Login Token URL:
Query User:
Create User:
Update User:
Enable/Disable User:
Add User Role:
Remove User Role:
Delete User:
For a complete list of endpoints and detailed documentation, you can refer to the Salesforce REST API Developer Guide.
These links provide detailed information on how to use these endpoints, including request formats, required parameters, and example responses.