POST api/UserLogIns/CreateUser
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"UserVID": "9c37908c-ddbc-4de1-9f03-792da8f85f61",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-03-26T20:28:24.8470169+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2026-03-26T20:28:24.8470169+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": "b919f624-a137-402f-9e2f-3b25a3d0d5e5",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2026-03-26T20:28:24.8470169+00:00",
"SchoolID": 1,
"UserLogIn": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"SecondaryAccounts": [
{
"$id": "3",
"Id": 1,
"PrimaryUserVID": "160846ae-a41c-4375-b754-6f101e322523",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-03-26T20:28:24.8470169+00:00",
"UpdatedDate": "2026-03-26T20:28:24.8470169+00:00",
"Status": true,
"UserLogIn": {
"$ref": "1"
}
},
{
"$ref": "3"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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:
{
"UserVID": "653606cd-aacc-4054-8508-e06ddeb5ad0f",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-03-26T20:28:24.8470169+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2026-03-26T20:28:24.8470169+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": "a44f647d-f1d2-4330-890e-1f78b9bd0695",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2026-03-26T20:28:24.8470169+00:00",
"SchoolID": 1,
"UserLogIn": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"SecondaryAccounts": [
{
"$id": "3",
"Id": 1,
"PrimaryUserVID": "f6f4b17c-5f9c-4609-8ec6-cb76340a5c59",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-03-26T20:28:24.8470169+00:00",
"UpdatedDate": "2026-03-26T20:28:24.8470169+00:00",
"Status": true,
"UserLogIn": {
"$ref": "1"
}
},
{
"$ref": "3"
}
]
}