Expire User Passwsord

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

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer <ProjectId:ManagementKey>

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

OK

post/v1/mgmt/user/password/expire
Request samples