Skip to main content
GET
List groups

Authorizations

Authorization
string
header
required

Swagger / Postman only: Client ID as username, Client secret as password. In Postman, set this once on the collection (Authorization → Basic Auth) so all requests inherit. For production server-to-server code, prefer X-OM-Auth-ID and X-OM-Auth-Key headers.

Query Parameters

lastUpdated
string<date-time>

Only groups changed on or after this UTC time (incremental sync).

pageNumber
integer<int32>

1-based page index (1–10000).

name
string

Substring match on group name.

groupCode
string

Exact match on group code.

isActive
boolean

When set, only active or inactive groups.

includeMembers
boolean
default:false

When true, each group includes a members array with entityKey.

Response

OK

groupID
integer<int32>
groupName
string | null
groupCode
string | null
isActive
boolean
practiceOfficeID
integer<int32> | null
createdOn
string<date-time> | null
updatedOn
string<date-time> | null
members
object[] | null