Roles
Every team member in an Organization is assigned one of two roles:Admin
Full access to all settings, integrations, and team management. Admins can invite new members, change roles, and remove users from the Organization.
Member
Operational access to commerce features — managing products, orders, and inventory — without the ability to change team membership or billing settings.
Only Admins can invite new members or change the role of an existing member. If you need to add someone to your Organization and you do not see the invite option, ask an Admin on your team to send the invitation.
Managing team members
You can manage team members through the Settings → Team page in the Synq dashboard, or programmatically through the API. Both approaches apply the same role-based access rules.Invite a new member
Send aPOST request to /api/v1/organization/members with the new member’s email address and their intended role. Only users with the Admin role can call this endpoint.
| Field | Type | Required | Description |
|---|---|---|---|
email | string | ✅ | Email address of the person to invite |
role | string | ✅ | "admin" or "member" (case-insensitive) |
201 Created and sends an email to the invitee.
List all members
Retrieve every member in your Organization with aGET request.
status field indicates whether the user has accepted their invitation (active) or is still pending (invited).
Dashboard workflow
Open Team Settings
In the Synq dashboard, click your organization name in the top navigation bar and select Settings → Team.
Click Invite Member
Select Invite Member, enter the person’s email address, choose their role, and confirm.
Member accepts the invitation
The invitee receives an email with a secure sign-up link. Once they complete registration, their status changes from Invited to Active.
Frequently asked questions
Can an Organization have more than one Admin?
Can an Organization have more than one Admin?
Yes. We recommend keeping at least two Admins in every Organization to avoid losing administrative access if one person leaves.
Does the invitee need an existing Synq account?
Does the invitee need an existing Synq account?
No. If the email address is not associated with an existing account, Synq creates one when the invitee accepts the invitation.
Can I belong to more than one Organization?
Can I belong to more than one Organization?
Yes. A single user account can be a member of multiple Organizations, even across different Tenants. Switch between Organizations using the organization selector in the top navigation bar.