List groups (Legacy)
GET/groups.list
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Legacy: Prefer /group.list for new integrations.
Lists all public, non-archived groups in your home Roam.
Unlike /group.list, this endpoint returns a raw JSON array (not the
{"ok": true, …} envelope). It is the sole ok-envelope exception on /v1
and remains only for existing callers.
Access: Organization only.
Required scope: group:read
OpenAPI Spec: chat-v1.json
Responses
- 200
- 401
- 500
OK. Note: response is a raw array, not the v1 ok envelope.
Presented invalid authentication credentials.
An internal error occurred.