Invite team members
Go to Members in Team Setup to manage your team members.
To go to Members in Team Setup:
- In the top-panel, select the drop-down menu.
- Click on the ellipsis button next to the team whose details you want to change.
- Select Members.
Invite team members
To invite a team member or multiple team members:
- Go to your team.
- In Team Setup, click Invite.
- Type an email address or multiple email addresses.
- 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.
- Choose a starting project (optional). You can add that later on.
- Choose a project role (optional). You can add that later on.
- 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:
- Go to your team.
- In Team Setup, select the team member you want to uninvite.
- Click the delete button.
- 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.
Updated 17 days ago