cURL
curl --request PUT \ --url https://{tenant}/admin/users/{userId}/actions/disallow_reset_passwords \ --header 'Admin-Auth: <api-key>'
{ "ID": "<string>", "Message": "<string>", "Meta": "<unknown>", "Status": "<string>" }
Disallow password reset for a User.
Api key
User ID of the user whose password is being reset
OK
Was this page helpful?