Skip to main content

Get all groups

GET 

/Groups

Returns all registration and teaching groups for the authenticated school, including GDPR-filtered member lists.

Member value fields align with User id fields returned by GET /Users. Groups with no GDPR-visible members omit the members field.

Filter examples:

  • filter=displayName sw "Year 10" — groups whose name starts with "Year 10"
  • filter=meta.lastModified gt "2026-01-01T00:00:00Z" — delta sync

Request

Responses

SCIM ListResponse containing Group resources