Unlock User
API URL
{{url}}/user-service/user/unlock
Method
POST
Description
To unlock user
Input
Field Name
Type
Mandatory
Example
Authorization (Header)
Token form login response
id
String
Yes
User ID
Sample Input:
{ "id":"395" }
Sample Output:
{
"message": "User unlocked successfully.",
"entity": null,
"status": true,
"entityList": null,
"responseCode": 200,
"totalCount": null
}
Last updated