post
https://api.productboard.com/v2/members/search
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.,
idswith two UUIDs) - Different filters use AND logic (e.g.,
emailsANDroles) - Disabled and invited members are excluded by default (opt-in via flags)
Important Notes
- The
idsandemailsfilters accept at most 100 items each; exceeding this returns a 400 error - Filtering by
emailsorqueryrequires themembers_pii:readscope; requests without it return a 400 error - Pagination uses cursor-based navigation via
pageCursorquery parameter