Skip to main content
PUT
Update User

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Body

application/json

updateMobileUserRequest

User Update Request Model

birthdayDay
integer<int32>

Birthday Day(Optional)

Example:

1

birthdayMonth
integer<int32>

Birthday Month(Optional)

Example:

1

birthdayYear
integer<int32>

Birthday Year(Optional)

Example:

1970

emailAddress
string

Email Address(Optional)

Example:

"example@example.com"

firstName
string

First Name

Example:

"Mustafa"

languageId
string

Locale

Example:

"tr_TR"

lastName
string

Last Name(Optional)

Example:

"Atatürk"

male
boolean

Gender(Optional)

Example:

true

middleName
string

Middle Name(Optional)

Example:

"Kemal"

nationalId
integer<int64>

User national ID

Example:

11111111111

newPassword1
string

New Password (If you want to change password its required)

Example:

"123qweasdzx"

newPassword2
string

Repeat New Password (If you want to change password its required)

Example:

"123qweasdzx"

oldPassword
string

Old Password (If you want to change password its required)

Example:

"123qweasdzx"

roleIds
integer<int64>[]

Role Ids(Optional)

Example:
screenName
string

Screen Name

Example:

"90xxxxxxxxxx"

userId
integer<int64>

User Id

Example:

12343123

Response

Updated User.

Update User response model

userId
integer<int64>
firstName
string
middleName
string
lastName
string
screenName
string
nationalId
integer<int64>
organizations
Organization · object[]
organizationIds
integer<int64>[]
lockout
boolean
graceLoginCount
integer<int32>
emailAddress
string
modifiedDate
integer<int64>
createDate
integer<int64>
languageId
string
timeZoneId
string
failedLoginAttempts
integer<int32>
roles
RoleResponse · object[]
resources
GetResourceResponse · object[]