POST Users/LoginQFlow
Request Information
URI Parameters
None.
Body Parameters
UserLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
Max length: 254 |
|
| Password | string |
Max length: 250 |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QFlowUserDetail| 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 |
||
| Phone | string |
None. |
|
| TopUnitId | integer |
None. |
|
| CurrentUnitId | integer |
None. |
|
| GroupId | integer |
None. |
|
| APIToken | 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",
"Phone": "sample string 6",
"TopUnitId": 7,
"CurrentUnitId": 8,
"GroupId": 9,
"APIToken": "sample string 10"
}