POST api/NurseTriage/PostWebUser

Request Information

URI Parameters

None.

Body Parameters

UserDERDTO
NameDescriptionTypeAdditional information
UserIdentityId

integer

None.

Regulation

string

String length: inclusive between 0 and 10

CompanyCode

string

String length: inclusive between 0 and 10

CompanyLevelType

integer

None.

IsPrimary

boolean

None.

SameAsCompanyAddress

boolean

None.

Address

string

String length: inclusive between 0 and 60

Suite

string

String length: inclusive between 0 and 10

City

string

String length: inclusive between 0 and 30

State

string

String length: inclusive between 0 and 2

ZipCode

string

String length: inclusive between 0 and 10

Country

string

String length: inclusive between 0 and 15

WorkPhone

string

String length: inclusive between 0 and 20

AlternativePhone

string

String length: inclusive between 0 and 20

SecureFax

string

String length: inclusive between 0 and 20

OpenFax

string

String length: inclusive between 0 and 20

Email

string

String length: inclusive between 0 and 255

NoticeByFax

boolean

None.

NoticeByEmail

boolean

None.

Note

string

String length: inclusive between 0 and 250

ValidFlag

boolean

None.

UserStatus

byte

None.

UserType

byte

None.

RoleId

integer

None.

RoleTitle

string

String length: inclusive between 0 and 300

DateCreated

date

None.

NumberOfEmployee

integer

None.

ListPointOfContactTypeId

Collection of integer

None.

ListPointOfContactTypeName

string

String length: inclusive between 0 and 3000

ListWorkLocationCode

Collection of string

None.

ListWorkLocationName

string

String length: inclusive between 0 and 50000

FullName

string

String length: inclusive between 0 and 100

CellPhone

string

String length: inclusive between 0 and 20

IsAssigned

boolean

None.

UrlReferrer

URI

String length: inclusive between 0 and 2000

IsSsoEnable

boolean

None.

SsoIdentityID

string

String length: inclusive between 0 and 50

SsoInternalID

string

String length: inclusive between 0 and 50

TaxonomyCode

string

None.

UserId

integer

None.

LoginId

string

String length: inclusive between 0 and 20

Password

string

String length: inclusive between 0 and 50

UserTypeId

eUserType

None.

EmployeeSSN

string

String length: inclusive between 0 and 11

LastName

string

String length: inclusive between 0 and 30

FirstName

string

String length: inclusive between 0 and 30

MiddleName

string

String length: inclusive between 0 and 30

Gender

string

String length: inclusive between 0 and 10

SecurityQuestion1

string

String length: inclusive between 0 and 50

Answer1

string

String length: inclusive between 0 and 100

SecurityQuestion2

string

String length: inclusive between 0 and 50

Answer2

string

String length: inclusive between 0 and 100

Status

eWebUserStatus

None.

UserStatusByte

byte

None.

PasswordExpiredDate

date

None.

FailedLoginAttempts

byte

None.

PermissionList

Collection of UserPermissionDTO

None.

CompanyCodes

Collection of string

None.

Abbreviation

string

String length: inclusive between 0 and 50

TypeId

byte

None.

TokenId

string

String length: inclusive between 0 and 8000

TokenExpiredDate

date

None.

Required2FA

boolean

None.

IsActivation

boolean

None.

IsDeviceFound

boolean

None.

TOTPTokenId

string

String length: inclusive between 0 and 8000

GpsGateUserId

integer

None.

NPICode

string

String length: inclusive between 0 and 50

PersonId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserIdentityId": 1,
  "Regulation": "sample string 2",
  "CompanyCode": "sample string 3",
  "CompanyLevelType": 1,
  "IsPrimary": true,
  "SameAsCompanyAddress": true,
  "Address": "Sample String 6",
  "Suite": "Sample String 7",
  "City": "sample string 8",
  "State": "sample string 9",
  "ZipCode": "sample string 10",
  "Country": "sample string 11",
  "WorkPhone": "sample string 12",
  "AlternativePhone": "sample string 13",
  "SecureFax": "sample string 14",
  "OpenFax": "sample string 15",
  "Email": "sample string 16",
  "NoticeByFax": true,
  "NoticeByEmail": true,
  "Note": "sample string 19",
  "ValidFlag": true,
  "UserStatus": 64,
  "UserType": 64,
  "RoleId": 23,
  "RoleTitle": "sample string 24",
  "DateCreated": "2026-08-04T14:26:25.5779361-07:00",
  "NumberOfEmployee": 1,
  "ListPointOfContactTypeId": [
    1,
    2
  ],
  "ListPointOfContactTypeName": "sample string 26",
  "ListWorkLocationCode": [
    "sample string 1",
    "sample string 2"
  ],
  "ListWorkLocationName": "sample string 27",
  "FullName": "Sample String 39 Sample String 38",
  "CellPhone": "sample string 28",
  "IsAssigned": true,
  "UrlReferrer": "http://webapihelppage30.com",
  "IsSsoEnable": true,
  "SsoIdentityID": "sample string 31",
  "SsoInternalID": "sample string 32",
  "TaxonomyCode": "sample string 33",
  "UserId": 34,
  "LoginId": "sample string 35",
  "Password": "sample string 36",
  "UserTypeId": 1,
  "EmployeeSSN": "sample string 37",
  "LastName": "Sample String 38",
  "FirstName": "Sample String 39",
  "MiddleName": "Sample String 40",
  "Gender": "sample string 41",
  "SecurityQuestion1": "sample string 42",
  "Answer1": "sample string 43",
  "SecurityQuestion2": "sample string 44",
  "Answer2": "sample string 45",
  "Status": 0,
  "UserStatusByte": 64,
  "PasswordExpiredDate": "2026-08-04T14:26:25.5779361-07:00",
  "FailedLoginAttempts": 64,
  "PermissionList": [
    {
      "UserPermissionId": 1,
      "UserId": 2,
      "PermissionId": 3,
      "PermissionName": "sample string 4",
      "IsActive": true,
      "insertUserId": 6,
      "insertDate": "2026-08-04T14:26:25.5779361-07:00",
      "updateUserId": 8,
      "updateDate": "2026-08-04T14:26:25.5779361-07:00"
    },
    {
      "UserPermissionId": 1,
      "UserId": 2,
      "PermissionId": 3,
      "PermissionName": "sample string 4",
      "IsActive": true,
      "insertUserId": 6,
      "insertDate": "2026-08-04T14:26:25.5779361-07:00",
      "updateUserId": 8,
      "updateDate": "2026-08-04T14:26:25.5779361-07:00"
    }
  ],
  "CompanyCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "Abbreviation": "sample string 48",
  "TypeId": 64,
  "TokenId": "sample string 50",
  "TokenExpiredDate": "2026-08-04T14:26:25.5779361-07:00",
  "Required2FA": true,
  "IsActivation": true,
  "IsDeviceFound": true,
  "TOTPTokenId": "sample string 55",
  "GpsGateUserId": 1,
  "NPICode": "sample string 56",
  "PersonId": 57
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfUserDERDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

UserDERDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "UserIdentityId": 1,
    "Regulation": "sample string 2",
    "CompanyCode": "sample string 3",
    "CompanyLevelType": 1,
    "IsPrimary": true,
    "SameAsCompanyAddress": true,
    "Address": "Sample String 6",
    "Suite": "Sample String 7",
    "City": "sample string 8",
    "State": "sample string 9",
    "ZipCode": "sample string 10",
    "Country": "sample string 11",
    "WorkPhone": "sample string 12",
    "AlternativePhone": "sample string 13",
    "SecureFax": "sample string 14",
    "OpenFax": "sample string 15",
    "Email": "sample string 16",
    "NoticeByFax": true,
    "NoticeByEmail": true,
    "Note": "sample string 19",
    "ValidFlag": true,
    "UserStatus": 64,
    "UserType": 64,
    "RoleId": 23,
    "RoleTitle": "sample string 24",
    "DateCreated": "2026-08-04T14:26:25.5779361-07:00",
    "NumberOfEmployee": 1,
    "ListPointOfContactTypeId": [
      1,
      2
    ],
    "ListPointOfContactTypeName": "sample string 26",
    "ListWorkLocationCode": [
      "sample string 1",
      "sample string 2"
    ],
    "ListWorkLocationName": "sample string 27",
    "FullName": "Sample String 39 Sample String 38",
    "CellPhone": "sample string 28",
    "IsAssigned": true,
    "UrlReferrer": "http://webapihelppage30.com",
    "IsSsoEnable": true,
    "SsoIdentityID": "sample string 31",
    "SsoInternalID": "sample string 32",
    "TaxonomyCode": "sample string 33",
    "UserId": 34,
    "LoginId": "sample string 35",
    "Password": "sample string 36",
    "UserTypeId": 1,
    "EmployeeSSN": "sample string 37",
    "LastName": "Sample String 38",
    "FirstName": "Sample String 39",
    "MiddleName": "Sample String 40",
    "Gender": "sample string 41",
    "SecurityQuestion1": "sample string 42",
    "Answer1": "sample string 43",
    "SecurityQuestion2": "sample string 44",
    "Answer2": "sample string 45",
    "Status": 0,
    "UserStatusByte": 64,
    "PasswordExpiredDate": "2026-08-04T14:26:25.5779361-07:00",
    "FailedLoginAttempts": 64,
    "PermissionList": [
      {
        "UserPermissionId": 1,
        "UserId": 2,
        "PermissionId": 3,
        "PermissionName": "sample string 4",
        "IsActive": true,
        "insertUserId": 6,
        "insertDate": "2026-08-04T14:26:25.5779361-07:00",
        "updateUserId": 8,
        "updateDate": "2026-08-04T14:26:25.5779361-07:00"
      },
      {
        "UserPermissionId": 1,
        "UserId": 2,
        "PermissionId": 3,
        "PermissionName": "sample string 4",
        "IsActive": true,
        "insertUserId": 6,
        "insertDate": "2026-08-04T14:26:25.5779361-07:00",
        "updateUserId": 8,
        "updateDate": "2026-08-04T14:26:25.5779361-07:00"
      }
    ],
    "CompanyCodes": [
      "sample string 1",
      "sample string 2"
    ],
    "Abbreviation": "sample string 48",
    "TypeId": 64,
    "TokenId": "sample string 50",
    "TokenExpiredDate": "2026-08-04T14:26:25.5779361-07:00",
    "Required2FA": true,
    "IsActivation": true,
    "IsDeviceFound": true,
    "TOTPTokenId": "sample string 55",
    "GpsGateUserId": 1,
    "NPICode": "sample string 56",
    "PersonId": 57
  },
  "totalCount": 3
}