Set user password

Set user password

post

Sets a new password for the user. Intended for password-based users; updates are applied immediately. Returns the updated user object.

Path parameters
uniqueFilterstringRequired

User identifier (USR-...) or user email address.

Body
passwordstring · min: 1Required
currentPasswordstring · nullableOptional
Responses
200

OK

application/json
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
emailstringOptional
statusstringOptional
firstNamestringOptional
lastNamestringOptional
lastLoginAtstring · date-time · nullableOptional
post
/public/v1/accounts/users/{uniqueFilter}/set-password

Last updated

Was this helpful?