Update User Password (Admin)
PATCH
/users/{accountId}/password
Updates a user's password. Admin access required to modify other users' passwords.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
accountId*
The unique identifier of the user account
Typestring
RequiredRequest Body
application/json
JSON
{
"password": "string"
}
Responses
Password successfully updated
application/json
JSON
{
}