Back to Graphql Engine

Cloud: Project Collaborators

docs/docs/hasura-cloud/projects/collaborators.mdx

2.49.42.2 KB
Original Source

import Thumbnail from '@site/src/components/Thumbnail'; import HeadingIcon from '@site/src/components/HeadingIcon'; import ProductBadge from '@site/src/components/ProductBadge';

Project Collaborators

<ProductBadge free pro ee />

Introduction

You can invite collaborators to your project and grant them partial or complete access to your Hasura Console. The Collaborators tab shows the current people who have access to the project and the people who have been invited to the project.

Invite a collaborator

Click Invite a Collaborator to invite a new collaborator by their email.

<Thumbnail src="/img/projects/collaborators-view.png" alt="Collaborators tab" width="1146px" />

Collaborator roles

Collaborators can have different levels of access in the Hasura Console.

  • Admin has complete access to the Console, i.e. they can change the schema and the GraphQL Engine Metadata.
  • User has limited privileges:
    • The Execute GraphQL permission allows running queries, mutations and subscriptions from the GraphiQL tab of the Console.
    • The View Metrics permission allows inspecting operation data and metrics from the PRO tab of the Console. This access is not available on the Hasura Cloud Free plan.
    • Collaborators can also be invited to take billing responsibility for a project; see the billing owner page for more information.
<Thumbnail src="/img/projects/add-collaborator.png" alt="Add collaborator" width="450px" />

Remove a collaborator

To remove a collaborator, click on the collaborator and then click on the remove icon on the top right:

<Thumbnail src="/img/projects/remove-collaborator.png" alt="Remove collaborator" width="450px" />

If you have invited a collaborator, you can click on the Invited button to resend or revoke the invitation.

<Thumbnail src="/img/projects/revoke-collaboration-invitation.png" alt="Revoke collaboration invitation" width="1000px" />

Invitations

You can see the projects you have been invited to collaborate on, on the project listing page.

<Thumbnail src="/img/projects/project-collaboration-invitation.png" alt="Projects invited to collaborate" width="1146px" />