GET api/UserLogInsV2/GetAllUsers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of UserLogIn| Name | Description | Type | Additional information |
|---|---|---|---|
| UserVID | globally unique identifier |
None. |
|
| UserLoginId | string |
None. |
|
| Password | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Created | date |
None. |
|
| Status | boolean |
None. |
|
| ChildFirstName | string |
None. |
|
| ChildLastName | string |
None. |
|
| Updated | date |
None. |
|
| DeviceToken | string |
None. |
|
| RoleId | integer |
None. |
|
| PreferredLanguage | string |
None. |
|
| AccountType | string |
None. |
|
| pr_id | string |
None. |
|
| school_yearcode | string |
None. |
|
| QRScanInfoes | Collection of QRScanInfo |
None. |
|
| SecondaryAccounts | Collection of SecondaryAccount |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"UserVID": "71cb97f2-4cae-49eb-a954-2b6c5f02683a",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-08-07T09:48:55.5678251+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2026-08-07T09:48:55.5678251+00:00",
"DeviceToken": "sample string 10",
"RoleId": 1,
"PreferredLanguage": "sample string 11",
"AccountType": "sample string 12",
"pr_id": "sample string 13",
"school_yearcode": "sample string 14",
"QRScanInfoes": [
{
"$id": "2",
"Id": 1,
"User_VID": "52a64e98-28c4-4985-81c4-1118a433a6da",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2026-08-07T09:48:55.5678251+00:00",
"SchoolID": 1,
"UserLogIn": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"SecondaryAccounts": [
{
"$id": "3",
"Id": 1,
"PrimaryUserVID": "d04da94e-3d59-4e94-87dc-0f7551a2910c",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-08-07T09:48:55.5678251+00:00",
"UpdatedDate": "2026-08-07T09:48:55.5678251+00:00",
"Status": true,
"UserLogIn": {
"$ref": "1"
}
},
{
"$ref": "3"
}
]
},
{
"$ref": "1"
}
]