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_by
sort_order
page
page_size
Request
This endpoint expects an object.
group_ids
List of group IDs to retrieve
Response
Successful Response
total_count
page
page_size
data

