Search members

Purpose

Performs a filtered search over members using a POST request body. Supports batch lookups by IDs or emails, plus all filters from GET /v2/members.

Key Features

  • Batch lookup by up to 100 member UUIDs or email addresses
  • Filter by role, disabled status, invitation status, and name/email query
  • Case-insensitive email matching

Filter Logic

  • Multiple values within a filter use OR logic (e.g., ids with two UUIDs)
  • Different filters use AND logic (e.g., emails AND roles)
  • Disabled and invited members are excluded by default (opt-in via flags)

Important Notes

  • The ids and emails filters accept at most 100 items each; exceeding this returns a 400 error
  • Filtering by emails or query requires the members_pii:read scope; requests without it return a 400 error
  • Pagination uses cursor-based navigation via pageCursor query parameter
Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!