Add people to a group
Adds one or more active people to a group. People who are already members are accepted and returned without error. The response always uses status 200 and lists one membership object per requested person ID, in the same order as the request.
Adding people may assign the group’s documents to them. When the group has automatic request issuance enabled, ClearPolicy creates signature requests for newly assigned published documents and sends grouped notification emails asynchronously.
Authorizations
Bearer token created in ClearPolicy API settings with the api:use scope.
Path Parameters
The ULID of the group.
Body
Distinct ULIDs of active (non-archived) people in your organization to add to the group.
1 - 100 elementsResponse
Memberships for the requested people (including any who were already members).
One membership per requested person_id, in request order.