Skip to main content
GET
cURL
Lists the user groups of the workspace, called teams in the app, with the identifiers of their members. Member identifiers are the user id returned by the list users endpoint.

Authorizations

X-Claap-Key
string
header
required

Query Parameters

cursor
string

Paginate the results starting at the cursor returned by a previous call. Pages may contain fewer than "limit" results; iterate until no nextCursor is returned.

limit
number
default:20

Return at most "limit" results.

Required range: 1 <= x <= 100

Response

User groups were successfully retrieved

result
object
required