Skip to main content
Organization owners or project owners can manage members in a project. Each member is assigned one or more project roles that determine their permissions within the project. To assign and manage roles programmatically with the Admin API, or to manage roles for service accounts and API keys, see Manage roles and access.
For information about managing members at the organization-level, see Manage organization members.

Add members to a project

Project owners can add existing organization members to a project and manage their project roles. Only organization owners can invite people who are not yet members of the organization.
You can add members to a project in the Pinecone console:
  1. Select your project.
  2. Go to the Manage > Access > Members tab.
  3. Enter the member’s email address or name.
  4. Select a Project role for the member. The role determines the member’s permissions within Pinecone.
  5. Click Invite.
When you invite a member to join your project, Pinecone sends them an email containing a link that enables them to gain access to the project. If they already have a Pinecone account, they still receive an email, but they can also immediately view the project.

Change a member’s role

You can change a member’s role in the Pinecone console:
  1. Select your project.
  2. Go to the Manage > Access > Members tab.
  3. In the row of the member you want to edit, click ellipsis (…) menu > Edit role.
  4. Select a Project role for the member.
  5. Click Edit role.

Remove a member

You can remove a member from a project in the Pinecone console:
  1. Select your project.
  2. Go to the Manage > Access > Members tab.
  3. In the row of the member you want to remove, click ellipsis (…) menu > Remove member.
  4. Click Remove member.
To remove yourself from a project, click the Leave project button in your user’s row and confirm.