POST api/Account/PasswordLogin
Request Information
URI Parameters
None.
Body Parameters
Advoco.Models.Identity.Creds| Name | Description | Type | Additional information |
|---|---|---|---|
| user | string |
None. |
|
| password | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
Advoco.Models.Identity.UserInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| PhoneNumber | string |
None. |
|
| MobileNumber | string |
None. |
|
| Extension | string |
None. |
|
| API_Token | string |
None. |
|
| Provider | string |
None. |
|
| ServiceProviderId | integer |
None. |
|
| ResellerId | integer |
None. |
|
| TenantId | integer |
None. |
|
| NetPBXPersonId | integer |
None. |
|
| AuthenticationType | string |
None. |
|
| IsAuthenticated | boolean |
None. |
|
| Name | string |
None. |
|
| Roles | Collection of Advoco.Models.Identity.Role |
None. |
|
| Claims | Collection of Advoco.Models.Identity.Claim |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.