List groups
List the org’s groups — static, hand-curated lists of people — newest first.
Authorizations
Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….
Query Parameters
Opaque cursor from a previous page's nextCursor — returns results strictly after it. Example: "con_x7q2m9k4w8r1"
Include archived rows in the results (hidden by default). Example: true
Page size, 1-100. Defaults to 50. Example: 25
1 <= x <= 100Free-text search over the group name.
"vip"
Response
OK
The page of results, newest first.
Whether another page exists beyond this one.
Pass as cursor to fetch the next page; null when this is the last page.
Total number of groups matching the search.
x >= 012
Always "list", marking this response as a collection.