POST api/people/group/{groupId}/redactwholegroup?note={note}&sendEmail={sendEmail}
Redact every member of a group by groupid Each first request for a group member is just logged as an event Second request for each member must be by a branch admin and actually redacts the person Only set sendEmail to false for internal bulk redact requests, the normal process requires an email. This will also suppress notifications to the negotiator
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupId | integer |
Required |
|
note | string |
Default value is |
|
sendEmail | boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
Details of the redation jobs
Collection of Dezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContractName | Description | Type | Additional information |
---|---|---|---|
SupportsCancellation | boolean |
None. |
|
ReportsProgress | boolean |
None. |
|
InitialStatusText | string |
None. |
|
JobReference | globally unique identifier |
None. |
|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SupportsCancellation": true, "ReportsProgress": true, "InitialStatusText": "sample string 3", "JobReference": "969e5084-d661-40d6-b62c-ace16f044058", "Success": true }, { "SupportsCancellation": true, "ReportsProgress": true, "InitialStatusText": "sample string 3", "JobReference": "969e5084-d661-40d6-b62c-ace16f044058", "Success": true } ]