Skip to main content
POST
Add people to a group

Authorizations

Authorization
string
header
required

Bearer token created in ClearPolicy API settings with the api:use scope.

Path Parameters

group
string
required

The ULID of the group.

Body

application/json
person_ids
string[]
required

Distinct ULIDs of active (non-archived) people in your organization to add to the group.

Required array length: 1 - 100 elements

Response

Memberships for the requested people (including any who were already members).

data
object[]
required

One membership per requested person_id, in request order.

Last modified on August 4, 2026