Skip to main content
tidyCal.listTeamUsers lists the users in one team.
automations/list-tidycal-team-users.automation.ts
Team actions require an Agency or Pro plan. teamId is required and page defaults to 1. Each item contains the team-user record id, team and user IDs, role, invitation email and acceptance time, timestamps, and the nested TidyCal user. Pending invitations have userId: null and user: null; use invitationEmail to identify them. Pass the record id as teamUserId to removeTeamUser.