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": "fb3df271-8a32-42d9-bf44-2811ce4d4f1b",
"FeatureType": 0,
"FullControl": true,
"CanAccess": true,
"FeaturePermissionAccess": [
{
"Identity": "a923b3c4-448f-4cb6-8c1e-fc927a3fe4c1",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"3eab2972-e07b-495e-882e-3c721bcb0ecd",
"1482df1e-c9ee-4533-99af-5ad5e6b69baa"
]
},
{
"Identity": "a923b3c4-448f-4cb6-8c1e-fc927a3fe4c1",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"3eab2972-e07b-495e-882e-3c721bcb0ecd",
"1482df1e-c9ee-4533-99af-5ad5e6b69baa"
]
}
]
},
{
"FeatureIdentity": "fb3df271-8a32-42d9-bf44-2811ce4d4f1b",
"FeatureType": 0,
"FullControl": true,
"CanAccess": true,
"FeaturePermissionAccess": [
{
"Identity": "a923b3c4-448f-4cb6-8c1e-fc927a3fe4c1",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"3eab2972-e07b-495e-882e-3c721bcb0ecd",
"1482df1e-c9ee-4533-99af-5ad5e6b69baa"
]
},
{
"Identity": "a923b3c4-448f-4cb6-8c1e-fc927a3fe4c1",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"3eab2972-e07b-495e-882e-3c721bcb0ecd",
"1482df1e-c9ee-4533-99af-5ad5e6b69baa"
]
}
]
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.