PUT login/user/unlock

From Social ID Developers
Jump to: navigation, search

Contents

Description

Unlocks a user for login. Use this API to manually unlock a user that got locked due to many incorrect login attempts.

See also:

Resource URL

  PUT https://api.socialidnow.com/v2/marketing/login/user/unlock

Authentication

This API requires Login User Token authentication. See OAuth.

Response

Response Status

ok (200) The user was unlocked successfully.
unauthorized (401) The authentication is wrong. See OAuth.
not_found (404) The user was not found.
internal_server_error (500) An unknown error happened.

Examples

Request

Unlocks the user:

 curl -X PUT 'https://api.socialidnow.com/v1/marketing/login/users/unlock' \
        -H "Authorization: Bearer 0358172c0cd160dfa731c7a76284fe0c30580f3fc8d827831e9f8b1821d8124c"

Response

Response Headers

HTTP/1.1 200 Ok
Status: 200
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox