POST
/v1/mgmt/user/password/expire

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

loginId?string

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

curl -X POST "https://api.descope.com/v1/mgmt/user/password/expire" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?