Retrieve team memberships with optional filtering by email addresses. Supports pagination.
value must be Bearer <token> where <token> is api key prefixed with cal_
Maximum number of items to return
1 <= x <= 25025
Number of items to skip
x >= 00
Filter team memberships by email addresses. If you want to filter by multiple emails, separate them with a comma (max 20 emails for performance).
"?emails=user1@example.com,user2@example.com"