Set Active Password for User

Set an active password for an existing user, using a valid management key.

This API endpoint allows you to set an active password for an existing user. This will allow the user to authenticate with this password without changing it.

See also

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer <ProjectId:ManagementKey>

SecurityAuthProjectIdMgmtKey
Request
Request Body schema: application/json
required
loginId
string
password
string
Responses
200

OK

post/v1/mgmt/user/password/set/active
Request samples
Response samples
application/json
{
  • "cleartext": "string"
}