POST api/usermanagement/{orgKey}/usersettings

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgKey

integer

Required

Body Parameters

CompanyUserModel
NameDescriptionTypeAdditional information
CompanyKey

integer

None.

Organization

OrganizationModel

None.

UserTypeName

string

None.

BranchName

string

None.

BranchCode

string

None.

StatusName

string

None.

ContactPhoneNumber

string

None.

MobilePhoneNumber

string

None.

UserEmails

Collection of ContactEmailModel

None.

Branches

Collection of UserBranchModel

None.

UserStatusKey

integer

None.

ImageKey

integer

None.

LastLogin

date

None.

TenantKey

integer

None.

UserKey

integer

None.

BranchKey

integer

None.

UserTypeKey

byte

None.

UserFirstName

string

None.

UserMiddleName

string

None.

UserLastName

string

None.

UserEmailID

string

None.

UserPassword

string

None.

UserCompany

string

None.

UserContact

integer

None.

UserAlternateEmailID

string

None.

UserCreatedBy

integer

None.

UserCreateDate

date

None.

UserStatusFlag

boolean

None.

UserUpdatedBy

integer

None.

UserUpdateDate

date

None.

Company

CompanyModel

None.

UserContacts

UserContactModel

None.

branch

BranchModel

None.

UserImage

UserImages

None.

EmployeeId

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PageViewModel
NameDescriptionTypeAdditional information
StatusCode

integer

None.

StatusMessage

string

None.

TotalCount

integer

None.

ModelObject

Object

None.

CurrentDateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "statusCode": 1,
  "statusMessage": "sample string 2",
  "totalCount": 3,
  "modelObject": {},
  "currentDateTime": "2026-01-29T20:38:18.7826081+00:00"
}