List groups
GET/group.list
Lists non-archived groups accessible to the caller.
Filter by name with query (ranked text match), restrict by group
type with type, and paginate with limit / cursor.
Access: Organization and Personal.
Required scope: group:read
OpenAPI Spec: chat-v1.json
Request
Responses
- 200
- 400
- 401
- 405
- 500
Groups retrieved successfully.
Bad request. Common causes:
- Invalid
limit(non-numeric or ≤ 0) - Invalid
cursor - Invalid
typevalue
Presented invalid authentication credentials.
An unsupported method was requested.
An internal error occurred.