POST
/v1/mgmt/user/password/expire
Expire an existing user's password, using a valid management key.
This API endpoint allows you to expire an existing user's password. Upon next login, the user will need to follow the reset password flow.
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.
- See Reset Password for sending the password reset email.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
loginId
string
Status code | Description |
---|---|
200 | OK |
Was this helpful?