List all access groups
Returns a paginated list of all access groups on the site, including both custom (user-created) and scope (Notion-collection-based) groups.
Each group in the response includes: id, name, description, type ('custom' or 'scope'), memberCount (number of members in the group), and timestamps.
Custom groups can be modified via the API. Scope groups are automatically created from Notion collections and are read-only — they cannot be created, updated, or deleted via the API.
GET
/api/v1/access-groups Bearer token
Query parameters
· 2limit integer · min: 1· max: 100· default: 50 Number of items to return per page (1-100). Default: 50.
after string · uuid Cursor for pagination. Pass the nextCursor value from a previous response to get the next page of results.