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
Type
HTTP (bearer)
Parameters
Path Parameters
accountId*
The unique identifier of the user account
Type
Requiredstring
Request Body
application/json
JSON
"string"
Responses
Password successfully updated
application/json
JSON
{
}
