Expire Password
POST {{baseUrl}}/api/v1/users/:userId/lifecycle/expire_password?tempPassword=<object>
This operation transitions the user to the status of PASSWORD_EXPIRED
so that the user is required to change their password at their next login.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
tempPassword | string | Sets the user's password to a temporary password, if true |