GET api/Account/UserInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserInfoViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| HasRegistered | boolean |
None. |
|
| LoginProvider | string |
None. |
|
| isAdmin | boolean |
None. |
|
| isManageAccount | boolean |
None. |
|
| structure | StructureModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"HasRegistered": true,
"LoginProvider": "sample string 3",
"isAdmin": true,
"isManageAccount": true,
"structure": {
"structure_id": 1,
"structure_nom": "sample string 2",
"structure_logo": "sample string 3",
"structure_active": true,
"mission_nom": "sample string 4"
}
}