PATCH api/securitygroups/bulk
Bulk update security group
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
[ { "GroupName": "sample string 1", "License": "0d26622f-bdb7-40fa-a161-39f89e0117f2", "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": [ "050598b9-1fc9-4b7a-b2b3-6d60929639b9", "d5cca596-3361-4f8d-a3a6-cac0d334d360" ] }, "IsDefault": true, "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.OnePlanSecurityGroup", "id": "4a51a8fc-94dc-4993-99e9-740df9f0e108", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "6e5576ec-1536-4fd9-8380-6b676e30cdc1", "_ts": 638882634042461202 }, { "GroupName": "sample string 1", "License": "0d26622f-bdb7-40fa-a161-39f89e0117f2", "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": [ "050598b9-1fc9-4b7a-b2b3-6d60929639b9", "d5cca596-3361-4f8d-a3a6-cac0d334d360" ] }, "IsDefault": true, "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.OnePlanSecurityGroup", "id": "4a51a8fc-94dc-4993-99e9-740df9f0e108", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "6e5576ec-1536-4fd9-8380-6b676e30cdc1", "_ts": 638882634042461202 } ]
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |