...
GET | /{id}/password |
---|
User permission required
...
Request payload
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
{
"pswd":"efxtN*EYj6"
} |
Status codes
- 200 = User successful retrieved
- 304 = Password could not changed
- 400 = Bad Request
- 401 = User not authorized to login
- 403 = Authentication temporarily blocked
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
...