function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tapas Majumdar 18Tapas Majumdar 18 

How to enable disabled user in salesforce Using SCIM API.

Hello Everyone,

I`m able to disable an enabled user in salesforce using SCIM API. For this I just chandge the active status to true, but when I try to reactivate it by again changing the active:true it shows an error and does not allow me to enable the disabled user again as the system is not able to find the User.

Can somebody tell me how can I enable a disabled user in salesforce using SCIM API. It is an urgent issue, So If someone can provide me a solution quickly that would be great thanks! 
prasad12 parabprasad12 parab
I am facing same issue while try to use SCIM1.1 API for salesforce.

Is any one get solution for this iisue?

 
prasad12 parabprasad12 parab
I also try to retrieve all users in salesforce using SCIM1.1 "/Users" endpoint but I get only set of users which are active(enabled) on salesforce not getting disabled users.
Ramone HamiltonRamone Hamilton
It looks like that per the SCIM API, http://www.simplecloud.info/specs/draft-scim-api-01.html#delete-resource, an entity can not show up in a query if it has been deleted.