GET api/securitygroups/admin
Get admin security groups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OnePlanSecurityGroupName | Description | Type | Additional information |
---|---|---|---|
GroupName | string |
None. |
|
License | globally unique identifier |
None. |
|
PermissionSettings | Permissions |
None. |
|
IsDefault | boolean |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GroupName": "sample string 1", "License": "07499475-f787-45bd-8924-bb75db66e85e", "PermissionSettings": { "GlobalPermissionSettings": { "Administrator": true, "EditAllPlans": true, "ManageData": true, "ViewAllPlans": true, "ViewAllResources": true, "ManageResources": true }, "PlanPermissions": { "AddPlan": true, "ArchivePlan": true, "DeletePlan": true }, "HiddenLeftNavigation": [ "sample string 1", "sample string 2" ], "HiddenPlanNavigation": [ "sample string 1", "sample string 2" ], "HiddenAreas": [ "8c8657a6-c1fd-464d-a89c-bf53b749c773", "744e1e48-3b57-41bb-a352-1a6be49e9ba7" ] }, "IsDefault": true, "id": "e9dcba98-8d7a-46ff-9c0b-c8d762c2f460", "ConfigId": "73f9a2f1-4997-4fbd-af50-d8d5c279de44" }, { "GroupName": "sample string 1", "License": "07499475-f787-45bd-8924-bb75db66e85e", "PermissionSettings": { "GlobalPermissionSettings": { "Administrator": true, "EditAllPlans": true, "ManageData": true, "ViewAllPlans": true, "ViewAllResources": true, "ManageResources": true }, "PlanPermissions": { "AddPlan": true, "ArchivePlan": true, "DeletePlan": true }, "HiddenLeftNavigation": [ "sample string 1", "sample string 2" ], "HiddenPlanNavigation": [ "sample string 1", "sample string 2" ], "HiddenAreas": [ "8c8657a6-c1fd-464d-a89c-bf53b749c773", "744e1e48-3b57-41bb-a352-1a6be49e9ba7" ] }, "IsDefault": true, "id": "e9dcba98-8d7a-46ff-9c0b-c8d762c2f460", "ConfigId": "73f9a2f1-4997-4fbd-af50-d8d5c279de44" } ]