# User & Permissions

## Manage project members

Adding members to your app project allows you to collaborate across your development team or organization employees. You have the possibility to assign each member a user role based on the level of access the member needs for your project.&#x20;

You can add members of a project directly on project level. So it is easy to decide who should have access to a project and to invite existing Updraft users to a project.

### Add a member

To add a member to your app project:

1. Sign in to [getupdraft.com/login](https://getupdraft.com/login).
2. Chose your project. Select **Project Settings**
3. Go to the page **User & Permissions**
4. On the User & Permissions page, click **Add member**.
5. In the overlay, enter the e-mail adress, the first and last name of your member and select a user-role for the new member
6. You can select now the applications of your project where your user should have access
   1. Your user either has access to all applications in your project or only to selected apps.
7. Then click **Invite to project**.

{% hint style="info" %}
If your added member uses already Updraft, they will have the possibility to collaborate as soon you added them as a new member.
{% endhint %}

### Pending Invitation

If it's a new user to updraft they will get an e-mail from Updraft to verify their account and set a password first before the can login.&#x20;

{% hint style="warning" %}
As long as your newly created users have not accepted and verified their account, they won't be able to login to Updraft.
{% endhint %}

You can resend the invitation all the time.&#x20;

### Change user role of a member

You can change the user role you assigned to your member.

1. Sign in to [getupdraft.com/login](https://getupdraft.com/login).
2. Chose your project.&#x20;
3. Select **Project Settings**
4. Go to the page **User & Permissions**
5. On the User & Permissions page, select your member which you would like to edit.
6. Click on **Edit**
7. Change [User-Role](https://docs.getupdraft.com/dashboard/usermanagement#organization-roles-and-user-roles)
8. Save

### Remove a member

You can remove a member from a project.

1. Sign in to [getupdraft.com/login](https://getupdraft.com/login).
2. Chose your project.&#x20;
3. Select **Project Settings**
4. Go to the page **User & Permissions**
5. On the User & Permissions page, select your member which you would like to remove.
6. Click on **remove.**

Removed member is only removed from this project and still have access to login into your Updraft organization. To completely remove a user from an organization get in contact with the owner of your organization or see the documentation about [removing a user from the organization](https://docs.getupdraft.com/dashboard/usermanagement#removing-users-from-an-organization).

### E-Mail notification for existing Updraft users

If an existing user of Updraft is added to a project, he/she receives an e-mail notification with the information and the project to which he/she has been added.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getupdraft.com/your-projects/project-settings/user-and-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
