v1Resources/Team/getList team members
List team members
Returns your agency's team roster — every user in your agency except the per-agency Synup Bot.
get
team:read/api/v1/team/membersResponse
dataarray of objectoptional
idstringoptional
Unique identifier for the team member.
firstNamestringoptional
The team member's first name.
lastNamestringoptional
The team member's last name.
emailstringoptional
The team member's email address.
rolestringoptional
The team member's role, e.g. "owner" or "member".
invitationStatusstringoptional
The member's invitation state: "invited", "accepted", or null for a member who never went through the invite flow.
lastSessionAtstringoptional
When the member last had an active session, as an ISO 8601 timestamp, or null if never.
createdAtstringoptional
When the team member was created, as an ISO 8601 timestamp.
weeklyHoursCapacitynumberoptional
The member's weekly working-hours capacity, or null if not set.
permissionsobjectoptional
Per-module access flags (dashboard, clients, listings, etc.), or null if never set.
slackUserIdstringoptional
The Slack user ID linked to this member, or null if none.
statusstring (Owner | Invited | Active | Not Active)optional
A computed summary of the member's state: "Owner", "Invited", "Active", or "Not Active" (accepted but no session in the last 7 days).
Errors
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
429Too many requests. Retry after the number of seconds in the Retry-After header.
get/api/v1/team/members
Your API key
{}