Skip to main content
POST
Add User

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Body

application/json

addNewPortalUserRequest

User Add Request Model

firstName
string
required

First Name

Example:

"Mustafa"

locale
string
required

Locale

Example:

"tr_TR"

password1
string
required
Example:

"123qweasdzx"

password2
string
required

Repeat Password

Example:

"123qweasdzx"

screenName
string
required

Screen Name

Example:

"90xxxxxxxxxx"

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"

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

organizationIds
integer<int64>[]

Organization Ids(Optional)

Example:
roleIds
integer<int64>[]

Role Ids(Optional)

subscriptionIds
integer<int64>[]

User subscription Ids

Example:

Response

Created User.

status
boolean

The sending status of the SMS.

Example:

false

user
AddNewUserResponse · object

Add User response model

message
string

The sending message of the SMS.

Example:

"SMS sent. / SMS not sent."

userId
integer<int64>

User ID. ( If a verification code is requested again, it will return. )

Example:

235234