SaaS Management: Salesforce Reclamation API Endpoint
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
Nov 10, 2020
08:33 AM
Salesforce Reclamation API Endpoint
The Salesforce Integration Instructions now include a Reclamation API endpoint to deactivate a Salesforce user.
https://<<SalesforceInstance>>.salesforce.com/services/data/v48.0/composite/batch
To deactivate a user in Salesforce, add the following URL in the request body of the API:
{ "method" : "PATCH", "url" : "v48.0/sobjects/user/<<userId>>", "richInput" : \{"IsActive" :false}
}
Refer to the Salesforce documentation regarding all User Deactivation Considerations (billing and license, record access, etc.).
For release details, see the November 2020 SaaS Manager Release Notes.
Labels
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.