List members

Retrieves a paginated list of members from your workspace. Members represent users who have access to your Productboard workspace.

  • Members are sorted by creation date, oldest first.
  • Use the query parameter to search by name or email (case-insensitive, partial match).
  • Use the roles[] parameter to filter by role(s). Multiple roles use OR logic (e.g., roles[]=admin&roles[]=maker).
  • Use the includeDisabled parameter to include disabled members in the response.
  • Use the includeInvited parameter to include invited members with pending invitations.
  • Use the pageCursor parameter to paginate through results.

Without the members_pii:read OAuth scope, PII fields (name, username, email) are returned as [obfuscated].

Language
Credentials
Click Try It! to start a request and see the response here!