GET api/Account/GetUserInfo
Return user info.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| api-version | The requested API version | string | Default value is 1.0 | 
Body Parameters
None.
Response Information
Resource Description
ClaimsIdentity| Name | Description | Type | Additional information | 
|---|---|---|---|
| AuthenticationType | string | None. | |
| IsAuthenticated | boolean | None. | |
| Actor | ClaimsIdentity | None. | |
| BootstrapContext | Object | None. | |
| Claims | Collection of Claim | None. | |
| Label | string | None. | |
| Name | string | None. | |
| NameClaimType | string | None. | |
| RoleClaimType | string | None. | 
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.