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

TypeHTTP (bearer)

Parameters

Path Parameters

accountId*

The unique identifier of the user account

Typestring
Required

Request Body

application/json
JSON
{
"password": "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