Skip to main content
PUT
Update Password

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Body

application/json

passwordUpdateRequest

Password Update Request Model

oldPassword
string

Old Password

Example:

"123qweasdzx"

password1
string

New Password

Example:

"123qweasdzx"

password2
string

Repeat New Password

Example:

"123qweasdzx"

userId
integer<int64>

User Id

Example:

12343123

Response

User.

User response model

userId
integer<int64>
instanceId
integer<int64>
instanceName
string
firstName
string
middleName
string
lastName
string
emailAddressVerified
boolean
status
integer<int32>
nationalId
integer<int64>
screenName
string
emailAddress
string
timeZoneId
string
localeId
string
organizations
Organization · object[]
organizationIds
integer<int64>[]
roles
RoleResponse · object[]
resources
GetResourceResponse · object[]