v1Resources/Team
Team
Manage your agency's team roster — list members, invite new ones, update their capacity, permissions, or linked Slack user, and resend or revoke invitations. Note: issuing an API key with team:write requires the person creating the key to already be an owner, admin, or Synup staff member. That check happens once, in Settings, when the key is created — not on each individual request — so if your attempt to create a team:write key is refused, this is why, even though the REST calls documented below never re-check it themselves.
- getList team members
/api/v1/team/members - postInvite a team member
/api/v1/team/members - patchUpdate a team member
/api/v1/team/members - deleteRemove a team member
/api/v1/team/members - postResend a team invitation
/api/v1/team/members/resend-invite - postRevoke a team member's access
/api/v1/team/members/revoke
Guides that use this resource
- How to Build a Reputation Management PlatformArchitecture and API calls for a multi-client reputation management platform on Synup: review ingestion, reply workflows, invites, widgets and reporting.
- How to Add Local Marketing Features to Your SaaSAdd listings management, reviews, Google posts, profile analytics, rank tracking and AI visibility to a SaaS product with the Synup API, tenant by tenant.
- How to Build a White-Label Local Marketing PlatformBuild a multi-tenant white-label local marketing platform on the API, with client provisioning, team access, per-client summaries and scoped API keys.