Authorization
API Authorization calls
Responses
200
Ok response
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
/api/v1/auth/usersPath parameters
_idstringRequired
User ID
Body
New password information
passwordstring · min: 8Required
New password
Responses
200
Ok response
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
patch
/api/v1/auth/user/password/{_id}Last updated
Was this helpful?

