Invite a team member
Go to Team
From the dashboard sidebar, click Team. You’ll see a list of everyone already invited to your account.
Enter their email address
Type the email address of the person you want to invite.
You cannot invite the same email address twice. If the address already appears in your team list — whether their status is pending or active — the invitation will be blocked.
Assign a role
Choose a role for the new member:
| Role | Description |
|---|---|
| Viewer | Can view screens, media, and playlists. No editing access. |
| Other roles | Additional roles may appear depending on your plan. |
Select branch access
Choose which branches this member can access. Leave the selection empty to grant access to no branches, or select specific branches from the list. Members can only see content assigned to branches in their access list.
Member status
| Status | Meaning |
|---|---|
| Pending | The invitation email has been sent but the member hasn’t accepted yet. |
| Active | The member has accepted the invitation and can log in. |
Update a member’s role or branch access
Remove a team member
To remove someone’s access, open their settings and click Remove member. They will no longer be able to log in or access any part of your account. This does not delete any content they may have managed.API reference
List team members — GET /api/team
List team members — GET /api/team
Returns all team members for your account, ordered by invitation date (newest first).
Invite a member — POST /api/team/invite
Invite a member — POST /api/team/invite
Sends an invitation email and creates a pending team member record.Returns
400 if the email has already been invited.Update a member — PUT /api/team/{id}
Update a member — PUT /api/team/{id}
Updates the role, branch access list, or status of an existing team member.
Remove a member — DELETE /api/team/{id}
Remove a member — DELETE /api/team/{id}
Immediately revokes the member’s access and removes them from your team list.

