Unlocks a user for login. Use this API to manually unlock a user that got locked due to many incorrect login attempts.See also Login App Security Settings.
Request
Authorization
Basic Auth
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
or
Responses
🟢200OK
The user was unlocked successfully.
This response does not have a body.
🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT 'https://api.socialidnow.com/v1/marketing/login/user/unlock' \
--header'Authorization: Basic <encoded-value>'