POST Users

creates a system user

Request Information

URI Parameters

None.

Body Parameters

UserDto
NameDescriptionTypeAdditional information
UserNum

integer

None.

ProfileId

integer

None.

UserName

string

None.

FullName

string

None.

Pass

string

None.

LevelCode

string

None.

DateCreated

date

None.

DateChanged

date

None.

Email

string

None.

Role

string

None.

UserRoleId

integer

None.

Inactive

boolean

None.

Rate

decimal number

None.

WliContact

boolean

None.

DateStarted

date

None.

DateInactive

date

None.

ContactType

string

None.

DepartmentId

integer

None.

SubDepartmentId

integer

None.

IpadUser

boolean

None.

ShowPasswords

boolean

None.

ObjectState

ObjectStateEnum

None.

Request Formats

application/json, text/json

Sample:
{
  • "UserNum": 1,
  • "ProfileId": 2,
  • "UserName": "sample string 3",
  • "FullName": "sample string 4",
  • "Pass": "sample string 5",
  • "LevelCode": "sample string 6",
  • "DateCreated": "2024-05-10T05:02:13.3092183Z",
  • "DateChanged": "2024-05-10T05:02:13.3092183Z",
  • "Email": "sample string 9",
  • "Role": "sample string 10",
  • "UserRoleId": 11,
  • "Inactive": true,
  • "Rate": 13.1,
  • "WliContact": true,
  • "DateStarted": "2024-05-10T05:02:13.3092183Z",
  • "DateInactive": "2024-05-10T05:02:13.3092183Z",
  • "ContactType": "sample string 17",
  • "DepartmentId": 18,
  • "SubDepartmentId": 19,
  • "IpadUser": true,
  • "ShowPasswords": true,
  • "ObjectState": 0
}

Response Information

Resource Description

None.