POST Users/MobileLogin
Request Information
URI Parameters
None.
Body Parameters
MobileUserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNumber | string |
Max length: 20 |
|
| Password | string |
Max length: 250 |
|
| FirstName | string |
Max length: 250 |
|
| PIN | string |
Max length: 64 |
|
| Code | string |
Max length: 10 |
Request Formats
application/json, text/json
Sample:
{
"MobileNumber": "sample string 1",
"Password": "sample string 2",
"FirstName": "sample string 3",
"PIN": "sample string 4",
"Code": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UserDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| UserName | string |
Max length: 254 |
|
| FirstName | string |
Max length: 50 |
|
| LastName | string |
Max length: 50 |
|
| string |
Max length: 254 |
||
| Password | string |
Max length: 250 |
|
| PIN | string |
Max length: 64 |
|
| LastSignIn | date |
None. |
|
| Confirmed | boolean |
None. |
|
| Notifications | integer |
None. |
|
| HideReferralsAppts | boolean |
None. |
|
| IsUserPatient | boolean |
None. |
|
| InactivityTimeout | integer |
None. |
|
| HasStartedRegistration | boolean |
None. |
|
| DOB | string |
None. |
|
| URN | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": 1,
"UserName": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Email": "sample string 5",
"Password": "sample string 6",
"PIN": "sample string 7",
"LastSignIn": "2026-04-05T08:05:15.8318925+10:00",
"Confirmed": true,
"Notifications": 10,
"HideReferralsAppts": true,
"IsUserPatient": true,
"InactivityTimeout": 13,
"HasStartedRegistration": true,
"DOB": "sample string 15",
"URN": "sample string 16"
}