Skip to main content
GET
List permission groups
Returns the groups in your workspace, paginated. This is where a group’s id comes from when you want to grant to it or change who is in it.

Query parameters

users answers “which groups is this person in”, which is the fastest way to audit somebody’s inherited access before you change it.

Response

A paginated list of permission group objects.
Exactly one group has all_group: true, and it contains every member automatically. See the All group for what you can and cannot do to it.

Find a group by name

Authorizations

x-api-key
string
header
required

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

Query Parameters

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

A search term.

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"