List Memberships

View as Markdown

List direct memberships (GroupMembers) for the current workspace context. Includes member user info, roles, and profile metadata. Supports filtering by search (username/email) and roles.

Query parameters

pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
qstringOptional

Case-insensitive substring search across username OR email.

rolesstringOptional

Filter by one or more role codenames (OR logic). Use comma-separated list (e.g. EDITOR,ADMIN) or repeat the parameter (roles=EDITOR&roles=OWNER).

Response

Membership list
countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"