GET api/UserLogInsV2/GetUserById/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
UserLogInInfoV2| 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. |
|
| DeviceToken | string |
None. |
|
| Updated | date |
None. |
|
| RoleId | integer |
None. |
|
| PreferredLanguage | string |
None. |
|
| AccountType | string |
None. |
|
| pr_id | string |
None. |
|
| ListSecondaryAccount | Collection of SecondaryAccounts |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserVID": "e47844e6-63d6-4cc8-be36-76b47443a8eb",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-02-01T22:47:12.5671198+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"DeviceToken": "sample string 10",
"Updated": "2026-02-01T22:47:12.5671198+00:00",
"RoleId": 1,
"PreferredLanguage": "sample string 11",
"AccountType": "sample string 12",
"pr_id": "sample string 13",
"ListSecondaryAccount": [
{
"$id": "2",
"Id": 1,
"PrimaryUserVID": "1be2c3b1-c4e1-43d1-8a8c-03692f681030",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-02-01T22:47:12.5827346+00:00",
"UpdatedDate": "2026-02-01T22:47:12.5827346+00:00",
"Status": true
},
{
"$ref": "2"
}
]
}