GET api/UserProfile/AdminRoles
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AdminRolePermissionsName | 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": "03cb720b-3d49-45cc-a7a7-102f343fb967", "FeatureType": 0, "FullControl": true, "CanAccess": true, "FeaturePermissionAccess": [ { "Identity": "1b3129af-4c8f-4559-be0c-3c2940a0c82c", "Name": "sample string 2", "Values": [ {}, {} ], "SelectedValueIds": [ "f87d3b0c-ff74-4d6a-af21-9b0ebfbb653f", "41adee37-8754-446d-a777-21e1f27c7cf1" ] }, { "Identity": "1b3129af-4c8f-4559-be0c-3c2940a0c82c", "Name": "sample string 2", "Values": [ {}, {} ], "SelectedValueIds": [ "f87d3b0c-ff74-4d6a-af21-9b0ebfbb653f", "41adee37-8754-446d-a777-21e1f27c7cf1" ] } ] }, { "FeatureIdentity": "03cb720b-3d49-45cc-a7a7-102f343fb967", "FeatureType": 0, "FullControl": true, "CanAccess": true, "FeaturePermissionAccess": [ { "Identity": "1b3129af-4c8f-4559-be0c-3c2940a0c82c", "Name": "sample string 2", "Values": [ {}, {} ], "SelectedValueIds": [ "f87d3b0c-ff74-4d6a-af21-9b0ebfbb653f", "41adee37-8754-446d-a777-21e1f27c7cf1" ] }, { "Identity": "1b3129af-4c8f-4559-be0c-3c2940a0c82c", "Name": "sample string 2", "Values": [ {}, {} ], "SelectedValueIds": [ "f87d3b0c-ff74-4d6a-af21-9b0ebfbb653f", "41adee37-8754-446d-a777-21e1f27c7cf1" ] } ] } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.