Get team users
Retrieves a list of users associated with the specified team identified by its nanoid. This endpoint is useful for obtaining user details for a specific team, including their names, email addresses, onboarding status, and payment eligibility. Supports an optional emails filter to look up one or many users in a single request (repeated keys or a comma-separated list, up to 100), and optional offset pagination via page/offset/count query params; without them the full list is returned. Emails that match no team member are simply absent from the response — compare the returned email values against what you sent to detect them.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the team for which to retrieve users.
15^te-.*Query Parameters
Filter to specific users by email. Accepts repeated keys or a comma-separated list, up to 100 emails.
1-indexed page number.
Row offset (alternative to page).
Page size, 1-500 (default 100). Pagination only activates when page or offset is set.
