Invite team members

Go to Members in Team Setup to manage your team members.

To go to Members in Team Setup:

  1. In the top-panel, select the drop-down menu.
  2. Click on the ellipsis button next to the team whose details you want to change.
  3. Select Members.

Invite team members

To invite a team member or multiple team members:

  1. Go to your team.
  2. In Team Setup, click Invite.
  3. Type an email address or multiple email addresses.
  4. Choose a team role: Contributor or Team Admin. A Team Admin can access all the team’s projects. A Contributor has access to the projects that are shared with them.
  5. Choose a starting project (optional). You can add that later on.
  6. Choose a project role (optional). You can add that later on.
  7. Click Invite.

🚧

If you choose Team Admin as a team role, both the Starting project and the Project role fields will be disabled because Team Admins have access to all their team’s projects.

📘

Messages

  • When you successfully invite a team member or multiple team members, you'll see this message: You’ve successfully invited [number of users] user(s) to this team.

SDK function

To invite a team member or multiple team members:

sa.invite_contributors_to_team( emails = ["[email protected]", "[email protected]"], admin=False)

Uninvite team members

To uninvite a team member:

  1. Go to your team.
  2. In Team Setup, select the team member you want to uninvite.
  3. Click the delete button.
  4. In the popup, click Remove.

📘

Messages

  • When you successfully remove a team member or multiple team members, you'll see this message: You’ve successfully removed [number of members] member(s) from this team.