GET api/UserProfile/AdminRoles
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AdminRolePermissions| Name | Description | Type | Additional information |
|---|---|---|---|
| IsTemplateOwner | boolean |
None. |
|
| IsResourceOwner | boolean |
None. |
|
| IsUserGroupOwner | boolean |
None. |
|
| ImportExportPermissions | ImportExportPermissions |
None. |
|
| IsBookingsReporter | boolean |
None. |
|
| IsAuditReporter | boolean |
None. |
|
| ConcurrencyManager | boolean |
None. |
|
| AvailabilityManagerPermissions | AvailabilityManagerPermissions |
None. |
|
| FeaturePermissions | Collection of FeaturePermissions |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsTemplateOwner": true,
"IsResourceOwner": true,
"IsUserGroupOwner": true,
"ImportExportPermissions": {
"ResourcePermissions": true,
"ResourceCustomFields": true,
"UserGroups": true,
"Bookings": true
},
"IsBookingsReporter": true,
"IsAuditReporter": true,
"ConcurrencyManager": true,
"AvailabilityManagerPermissions": {
"FullControl": true,
"ReadOnly": true
},
"FeaturePermissions": [
{
"FeatureIdentity": "933503b2-4220-4cea-aa63-1462eaa39c9c",
"FeatureType": 0,
"FullControl": true,
"CanAccess": true,
"FeaturePermissionAccess": [
{
"Identity": "514b5bd7-3da2-4712-9da7-6e0ae59ddfd0",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"e08036c9-af0c-4609-96dd-f89a29510cde",
"444f513c-2acf-4d69-af3f-bdd31736025a"
]
},
{
"Identity": "514b5bd7-3da2-4712-9da7-6e0ae59ddfd0",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"e08036c9-af0c-4609-96dd-f89a29510cde",
"444f513c-2acf-4d69-af3f-bdd31736025a"
]
}
]
},
{
"FeatureIdentity": "933503b2-4220-4cea-aa63-1462eaa39c9c",
"FeatureType": 0,
"FullControl": true,
"CanAccess": true,
"FeaturePermissionAccess": [
{
"Identity": "514b5bd7-3da2-4712-9da7-6e0ae59ddfd0",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"e08036c9-af0c-4609-96dd-f89a29510cde",
"444f513c-2acf-4d69-af3f-bdd31736025a"
]
},
{
"Identity": "514b5bd7-3da2-4712-9da7-6e0ae59ddfd0",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"e08036c9-af0c-4609-96dd-f89a29510cde",
"444f513c-2acf-4d69-af3f-bdd31736025a"
]
}
]
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.