---
metadata:
  - name: generator
    content: Diplodoc Platform v5.57.3
alternate:
  - https://sourcecraft.dev/portal/docs/en/sourcecraft/operations/project-members.md
  - https://sourcecraft.dev/portal/docs/ru/sourcecraft/operations/project-members.md
  - href: en/sourcecraft/operations/project-members.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
title: How to add or remove a user in a SourceCraft project
description: How to add or remove a user in a SourceCraft project.
---
> **Documentation Index:** Fetch the complete configuration index at https://sourcecraft.dev/portal/docs/en/llms.txt


# Managing user roles in a SourceCraft project

<!-- source: en/_includes/sourcecraft/project-binding-role.md -->
{% note info %}

To assign or delete user roles in a [project](https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/index.md#projects), you need the [Project maintainer](https://sourcecraft.dev/portal/docs/en/sourcecraft/security/index.md#src-projects-maintainer) role or higher at the project or organization level.

{% endnote %}
<!-- endsource: en/_includes/sourcecraft/project-binding-role.md -->

<!-- source: en/_includes/sourcecraft/project-role-note.md -->
[Roles](https://sourcecraft.dev/portal/docs/en/sourcecraft/security/index.md#src-roles) assigned to a user in a project apply to all repositories in the project.
<!-- endsource: en/_includes/sourcecraft/project-role-note.md -->

## Adding a user to a project {#add-user}

<!-- source: en/_includes/sourcecraft/project-add-member.md -->
1. Open the SourceCraft [home page](https://sourcecraft.dev).
1. On the ![image](../../_assets/console-icons/house.svg) **Home** tab, navigate to ![image](../../_assets/console-icons/briefcase.svg) **Organizations** and select an organization.
1. In the ![image](../../_assets/console-icons/layout-tabs.svg) **Your craftspace** section, navigate to ![image](../../_assets/console-icons/folders.svg) **Projects**.
1. To the right of the project, click ![image](../../_assets/console-icons/sliders.svg) and go to ![image](../../_assets/console-icons/person.svg) **Members & roles**.
1. In the top-right corner, click ![image](../../_assets/console-icons/plus.svg) **Add member**.
1. Select a user and their role in the project.

    {% note warning %}

    You can add to the project only users who are members of the organization.

    {% endnote %}

1. Click **Add**.
<!-- endsource: en/_includes/sourcecraft/project-add-member.md -->

## Updating a user role in a project {#remove-user}

1. Open the SourceCraft [home page](https://sourcecraft.dev).
1. On the ![image](../../_assets/console-icons/house.svg) **Home** tab, navigate to ![image](../../_assets/console-icons/briefcase.svg) **Organizations** and select an organization.
1. In the ![image](../../_assets/console-icons/layout-tabs.svg) **Your craftspace** section, navigate to ![image](../../_assets/console-icons/folders.svg) **Projects**.
1. To the right of the project, click ![image](../../_assets/console-icons/sliders.svg) and go to ![image](../../_assets/console-icons/person.svg) **Members & roles**.
1. Hover over the user role and click ![image](../../_assets/console-icons/sliders.svg).
1. Select the relevant roles and click **Apply**.

## Removing a user from a project {#remove-user}

1. Open the SourceCraft [home page](https://sourcecraft.dev).
1. On the ![image](../../_assets/console-icons/house.svg) **Home** tab, navigate to ![image](../../_assets/console-icons/briefcase.svg) **Organizations** and select an organization.
1. In the ![image](../../_assets/console-icons/layout-tabs.svg) **Your craftspace** section, navigate to ![image](../../_assets/console-icons/folders.svg) **Projects**.
1. To the right of the project, click ![image](../../_assets/console-icons/sliders.svg) and go to ![image](../../_assets/console-icons/person.svg) **Members & roles**.
1. Click ![image](../../_assets/console-icons/ellipsis.svg) to the right of the user you want to delete and select ![image](../../_assets/console-icons/trash-bin.svg) **Delete**.
1. Confirm the deletion.

The user will remain a member of the organization but will lose all access granted by roles in the project.

#### Useful links {#see-also}

* [Projects](https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/index.md#projects)
* [Working with projects in SourceCraft](https://sourcecraft.dev/portal/docs/en/sourcecraft/operations/project-work.md)
* [Access management in SourceCraft](https://sourcecraft.dev/portal/docs/en/sourcecraft/security/index.md)
