v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Users

Update user password

Update user password for the given ID.

patch/api/users/{userId}/password

Path parameters

userIdstring required

The unique identifier of the user.

Request body

passwordstring required

New password for the user.

Response

User password updated successfully.

idstring required
usernamestring nullable required
primaryEmailstring nullable required
primaryPhonestring nullable required
namestring nullable required
avatarstring nullable required
customDataobject required

arbitrary

identitiesobject required
lastSignInAtnumber nullable required
createdAtnumber required
updatedAtnumber required
applicationIdstring nullable required
isSuspendedboolean required
hasPasswordboolean
hasSecurityVerificationMethodboolean
passwordDigeststring nullable
passwordAlgorithm'Argon2i' | 'Argon2id' | 'Argon2d' | 'SHA1' | 'SHA256' | 'MD5' | 'Bcrypt' | 'Legacy' nullable