# List Groups

`GET /Groups`

## Description

Returns a paginated list of groups in your Roam organization.

**Pagination:** Use `startIndex` (1-based) and `count` to paginate through results.

**Note:** The `filter` parameter is accepted but currently ignored for Groups.

See [RFC 7644 §3.4.2](https://www.rfc-editor.org/rfc/rfc7644#section-3.4.2) for SCIM filtering and pagination.

## Parameters

| Name | In | Type | Required | Description |
|------|-----|------|----------|-------------|
| `filter` | query | string | No | SCIM filter expression (currently ignored for Groups) |
| `startIndex` | query | integer | No |  |
| `count` | query | integer | No |  |

## Responses

### 200 - Group list response

---

*Machine-readable API documentation.*
*Full documentation: https://developer.ro.am/docs/scim/02-groups-list*
