Batch Lookup Groups

Batch lookup groups by IDs with pagination.

Returns only groups the user has membership in. Silently filters out groups without access (no errors for inaccessible groups).

Super users can see all groups.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query Parameters

sort_bystring or nullOptional
sort_orderstringOptionalformat: "^(asc|desc)$"Defaults to asc
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional>=1Defaults to 100

Request

This endpoint expects an object.
group_idslist of integersRequired
List of group IDs to retrieve

Response

Successful Response
total_countinteger
pageinteger
page_sizeinteger
datalist of objects

Errors