POST
/v1/mgmt/user/password/set/temporary
Set a temporary password for an existing user, using a valid management key.
This API endpoint allows you to set a temporary password for an existing user. This will require the user to change their password on next authentication.
See also
- See Manage Users for further details on managing users.
- See The User Object for further details on the user object.
- See Manage Tenants for further details on managing tenants.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
AuthorizationRequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
loginIdstring
passwordstring
| Status code | Description |
|---|---|
200 | OK |
Was this helpful?