Skip to main content
POST
Add users to a permission group
Adds users to a group without touching the people already in it. They gain every grant the group holds, on all three permission axes, immediately — no permission call.

Request body

Response

204, with no body. Read the membership back with List Members if you need to confirm it.

Invited users can be added before they accept

This is the middle step of onboarding, and it is why an invitation provisions the user immediately. Invite, group, and the grants are waiting for them the moment they accept.
Invite as member. Owners and Admins bypass data-level permissions entirely, so grouping them changes nothing.

Errors

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Path Parameters

permission_group_pk
string<uuid>
required

The permission group's id.

Body

users
integer[]
required

Response

204

The users were added to the group.