diff --git a/docs/cloud/account-management/users.mdx b/docs/cloud/account-management/users.mdx index 8abafa76b9..2dac3a45cf 100644 --- a/docs/cloud/account-management/users.mdx +++ b/docs/cloud/account-management/users.mdx @@ -24,8 +24,9 @@ A user is anyone who logs in to Cypress Cloud. ## Invite users Organization [owner or admin](#User-roles) roles can invite -[Cypress Cloud](https://on.cypress.io/cloud) users. Those invited will see all -projects and tests run for the organization. +[Cypress Cloud](https://on.cypress.io/cloud) users. Those invited will see +the projects and tests the user has [team permissions](/cloud/account-management/teams#Assign-projects-to-a-team) +to view. _Note: only owners can give other users 'owner' access._ @@ -33,11 +34,14 @@ _Note: only owners can give other users 'owner' access._ 1. Select the [organization](/cloud/account-management/organizations) you want to invite a user to. -2. Click **Users**, then **Invite User**. -3. Fill in their email and select their [role](#User-roles), then click **Invite - User**. -4. The user will receive an invitation email with a link to accept the - invitation. +2. Click **Users & Teams**, then **Invite User**. +3. Add one or more emails, pressing **Enter** after each one, and select their [role](#User-roles). +4. Click **Invite User**. +5. The user will receive an invitation email with a link to accept the invitation. + +If you prefer to send your own message to users and include a link to join the organization, +you can click **Copy invite link** and all users who accept this invitation will be given +the default role of **Member**. Bitbucket integration is currently in beta - -::: - [Cypress Cloud](https://on.cypress.io/cloud) can integrate your Cypress tests with your Bitbucket workflow via [status checks](#Status-checks) and [pull request comments](#Pull-Request-comments). A project first needs to be diff --git a/static/img/cloud/users/invite-user-dialog.jpg b/static/img/cloud/users/invite-user-dialog.jpg index 8576598ca8..4ca361ce96 100644 Binary files a/static/img/cloud/users/invite-user-dialog.jpg and b/static/img/cloud/users/invite-user-dialog.jpg differ diff --git a/static/img/cloud/users/request-access-to-organization.png b/static/img/cloud/users/request-access-to-organization.png index fcbd2131ec..133056fb4a 100644 Binary files a/static/img/cloud/users/request-access-to-organization.png and b/static/img/cloud/users/request-access-to-organization.png differ