POST Api/EBI/GetUsers?userType={userType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userType

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of User
NameDescriptionTypeAdditional information
UserId

integer

None.

EBIUserID

integer

None.

Name

string

None.

Username

string

None.

Password

string

None.

Email

string

None.

ADUserName

string

None.

IsBiometricEnabled

boolean

None.

RoleId

integer

None.

RoleName

string

None.

Deleted

boolean

None.

CreatedDate

date

None.

UpdatedDate

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

IsTotpEnabled

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UserId": 1,
    "EBIUserID": 2,
    "Name": "sample string 3",
    "Username": "sample string 4",
    "Password": "sample string 5",
    "Email": "sample string 6",
    "ADUserName": "sample string 7",
    "IsBiometricEnabled": true,
    "RoleId": 9,
    "RoleName": "sample string 10",
    "Deleted": true,
    "CreatedDate": "2026-06-03T14:24:27.8815226-04:00",
    "UpdatedDate": "2026-06-03T14:24:27.8815226-04:00",
    "CreatedBy": 14,
    "UpdatedBy": 15,
    "IsTotpEnabled": true
  },
  {
    "UserId": 1,
    "EBIUserID": 2,
    "Name": "sample string 3",
    "Username": "sample string 4",
    "Password": "sample string 5",
    "Email": "sample string 6",
    "ADUserName": "sample string 7",
    "IsBiometricEnabled": true,
    "RoleId": 9,
    "RoleName": "sample string 10",
    "Deleted": true,
    "CreatedDate": "2026-06-03T14:24:27.8815226-04:00",
    "UpdatedDate": "2026-06-03T14:24:27.8815226-04:00",
    "CreatedBy": 14,
    "UpdatedBy": 15,
    "IsTotpEnabled": true
  }
]