Salesforce Reclamation API endpoint
Note:This enhancement is available with SaaS Management.
The Salesforce Integration Instructions now include a Reclamation API endpoint to deactivate a Salesforce user.
Salesforce Reclamation API endpoint
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.).