Skip to content

Update User Password

PATCH
/users/{accountId}/password

Updates a user's password. Requires the "users.manage" permission.

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