User
Change a user's password
PUT
/
auth
/
users
/
{id}
/
change-password
Path Parameters
id
string
requiredBody
application/json
password
string
requiredRequired string length:
6 - 255
Response
200 - application/json
id
string
requiredtenantId
string
requiredname
string | null
requiredemailAddresses
object[]
requiredphoneNumbers
object[]
requiredcreatedAt
string
requiredupdatedAt
string
requiredimageUri
string | null
lastSignInAt
string | null
lastActiveAt
string | null
username
string | null
status
enum<string> | null
Available options:
active
, inactive
, suspended
roleId
string | null
role
object | null
primaryEmailId
string | null
primaryPhoneId
string | null
publicMeta
any | null
privateMeta
any | null