Skip to content

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
string
Required

Request Body

application/json
JSON
"string"

Responses

Password successfully updated

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License