PATCH
/
users
/
{id}
/
unlock
curl --request PATCH \
  --url https://api.wirespeed.co/users/{id}/unlock \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "statusCode": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

User ID to unlock

Response

400 - application/json

The response is of type object.