Documentation structure for LLMs (llms.txt)

Invite your team

Cloud

After setting up an organization in CircleCI, ensure your whole team gets access. Understanding the different user types (registered vs. unregistered) is important for managing costs and ensuring team members have proper access. For more information, see User Types and Registration.

Prerequisites

  • A CircleCI account and an organization you administer. See the Create an Organization page if you have not created one yet.

Invite teammates to join your organization

The steps in this section show how an org admin can invite teammates to join their organization.

The steps are different depending on your organization type.

To check your organization type, check your organization slug at Organization settings  Overview. github and bitbucket type organizations are OAuth authenticated orgs and the organization slug is structured as follows:

  • github/<your-org-name> or gh/<your-org-name>

  • bitbucket/<your-org-name> or bb/<your-org-name>

An organization slug for a circleci type organization is in the following format:

  • circleci/<UID>

  • circleci type organization

  • github or bitbucket type organization

  1. In the CircleCI web app, select your org from the org cards on your user homepage.

  2. Navigate to Org  People, then select Invite.

  3. To send out email invites, enter your team members' email addresses, separating multiple emails with a space. Then, assign their role in your CircleCI organization. If you need to assign different roles to different team members, add team members in the Invite form based on role.

  4. Once they join your org, you can then also assign each team member a role on an individual project level. See the Manage Roles and Permissions page for more details.

  1. In the CircleCI web app, select your org from the org cards on your user homepage.

  2. Select Organization Settings from the sidebar and select People.

  3. Select Copy Invite Link — an invite message is now copied to your clipboard.

  4. Paste the invite message to your teammates via email or whatever method you prefer.

See also