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": "f37f329a-6732-42e4-885e-be17832ee99b",
"FeatureType": 0,
"FullControl": true,
"CanAccess": true,
"FeaturePermissionAccess": [
{
"Identity": "61bccc0a-5e9d-4f5d-826f-e4d02f346e49",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"d55a061e-664a-486b-9e69-bfa439707aef",
"b531f44d-9094-4611-95a8-d7ecac399752"
]
},
{
"Identity": "61bccc0a-5e9d-4f5d-826f-e4d02f346e49",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"d55a061e-664a-486b-9e69-bfa439707aef",
"b531f44d-9094-4611-95a8-d7ecac399752"
]
}
]
},
{
"FeatureIdentity": "f37f329a-6732-42e4-885e-be17832ee99b",
"FeatureType": 0,
"FullControl": true,
"CanAccess": true,
"FeaturePermissionAccess": [
{
"Identity": "61bccc0a-5e9d-4f5d-826f-e4d02f346e49",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"d55a061e-664a-486b-9e69-bfa439707aef",
"b531f44d-9094-4611-95a8-d7ecac399752"
]
},
{
"Identity": "61bccc0a-5e9d-4f5d-826f-e4d02f346e49",
"Name": "sample string 2",
"Values": [
{},
{}
],
"SelectedValueIds": [
"d55a061e-664a-486b-9e69-bfa439707aef",
"b531f44d-9094-4611-95a8-d7ecac399752"
]
}
]
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.