GET api/UserAccount/internal-auth/{email}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Profile": {
"$id": "2",
"UserId": 1,
"UserName": "sample string 2",
"GivenName": "sample string 3",
"Surname": "sample string 4",
"Email": "sample string 5",
"MobilePhone": "sample string 6",
"WorkPhone": "sample string 7",
"Active": true,
"RoleName": "sample string 9",
"PositionName": "sample string 10",
"IsDelegateFlag": true,
"RowId": 12,
"PK": 12
},
"AvailableTeamPositions": {
"$id": "3",
"$values": [
{
"$id": "4",
"UserTeamPositionId": 1,
"UserId": 2,
"Name": "sample string 3",
"TeamPositionId": 4,
"TeamId": 5,
"Team": "sample string 6",
"PositionId": 7,
"Position": "sample string 8",
"ManagerFlag": true,
"Email": "sample string 10",
"PositionManagerFlag": true,
"TeamLeaderFlag": true,
"IsDelegate": true,
"PositionSystemCode": "sample string 14",
"PracticeLeadFlag": true,
"PK": true
},
{
"$ref": "4"
},
{
"$ref": "4"
}
]
},
"MenuItems": {
"$id": "5",
"$values": [
{
"$id": "6",
"Name": "sample string 1",
"Category": "sample string 2",
"URL": "sample string 3"
},
{
"$ref": "6"
},
{
"$ref": "6"
}
]
}
}