cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dwampach1
By Level 8 Flexeran
Level 8 Flexeran

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