List org members with workspace roles
Returns a paginated list of org members (active and pending) enriched with workspace memberships.
Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-naomid-1779801766-572e290.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Page size (default 50, max 500)
Page offset (default 0)
Filter: true = only active members; false = only pending members
Filter: true = only pending members; false = only active members
Glob filter on display name; use * as wildcard (repeatable, matches any)
Glob filter on email; use * as wildcard (repeatable, matches any)
Glob filter on workspace name or ID; use * as wildcard (repeatable, matches any)
Glob filter on organization role name; use * as wildcard (repeatable, matches any)
Glob filter on workspace role name; use * as wildcard (repeatable, matches any)
Response
Org members
auth-resolved display name
identity_id or pending_identity_id
user disabled
true for pending invitations
nil for pending members
org role
org role name

