GET Administrators/Current
Get information about the currently logged-in administrator.
Response Information
The current administrator details.
Response type
Response body formats
application/json, text/json
Sample:
{
"Name": "DOMAIN\\joe",
"Sid": "S-1-5-21-1180699209-877415012-3182924384-1004",
"IsSuperAdmin": false,
"MemberOf": [
{
"Href": "[api:Administrators(c52689f8-7ae8-4f99-ab33-08a4814e6ab9)]",
"RelatedActions": [
{
"Name": "UpdateAdministrator",
"References": [
{
"Href": "[api:Administrators(5e531466-5c6d-41c8-97e1-d814d261f323)]",
"Name": "DOMAIN\\ReadOnlyAdmins",
"Id": "5e531466-5c6d-41c8-97e1-d814d261f323"
}
]
}
],
"Id": "c52689f8-7ae8-4f99-ab33-08a4814e6ab9",
"Name": "DOMAIN\\ReadOnlyAdmins",
"ChangeId": "4",
"IsUserGroup": true,
"Category": "SingleRole",
"RoleId": "FCE10C6A-4518-4949-A88A-6081B57E0EA9",
"RoleName": "ReadOnly",
"IsRoleScoped": true,
"RoleScopes": [
{
"Id": "5e531466-5c6d-41c8-97e1-d814d261f322",
"Category": "Tenant",
"Name": "Tenant 1"
}
],
"Tags": [
"tag"
],
"CustomProperties": [
{
"Name": "myProperty",
"Value": "myValue"
}
]
}
],
"AuthorizedScopes": [
{
"Id": "5e531466-5c6d-41c8-97e1-d814d261f322",
"Category": "Tenant",
"Name": "Tenant 1"
}
]
}