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
dotnetericdotneteric 

Unlock user via Web Services API or Apex?

Is it possible to unlock a user via the Web Services API or Apex?  I don't see any reference to unlocking a user in the documentation.
werewolfwerewolf
Per the API docs: http://www.salesforce.com//us/developer/docs/api/Content/sforce_api_objects_user.htm#topic-title

"The password lockout status and the ability to reset a User's locked-out status is not available via the API. You must check and reset a User password lockout status using the Salesforce user interface."