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": "a1ad3fb2-c9ff-4a95-8da6-2ca3cff646b8",
"FeatureType": 0,
"FullControl": true,
"CanAccess": true,
"FeaturePermissionAccess": [
{
"Identity": "94769147-f6fc-43b7-8057-fd724ca192d7",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"05bbcc45-d329-40e4-848f-448e04ab9597",
"30ad95b4-ed60-4c47-94a7-c007e255cfc6"
]
},
{
"Identity": "94769147-f6fc-43b7-8057-fd724ca192d7",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"05bbcc45-d329-40e4-848f-448e04ab9597",
"30ad95b4-ed60-4c47-94a7-c007e255cfc6"
]
}
]
},
{
"FeatureIdentity": "a1ad3fb2-c9ff-4a95-8da6-2ca3cff646b8",
"FeatureType": 0,
"FullControl": true,
"CanAccess": true,
"FeaturePermissionAccess": [
{
"Identity": "94769147-f6fc-43b7-8057-fd724ca192d7",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"05bbcc45-d329-40e4-848f-448e04ab9597",
"30ad95b4-ed60-4c47-94a7-c007e255cfc6"
]
},
{
"Identity": "94769147-f6fc-43b7-8057-fd724ca192d7",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"05bbcc45-d329-40e4-848f-448e04ab9597",
"30ad95b4-ed60-4c47-94a7-c007e255cfc6"
]
}
]
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.