# Invite your team

## Username and Password

Appetize supports regular  username and password logins by *default*. As an admin user, you can invite users and manage roles directly from the [**Organization → Team Management**](https://appetize.io/organization/team) page.

### Inviting Users

1. Navigate to the [**Team Management**](https://appetize.io/organization/team) screen.

2. In the **Invite new members** section, you can:
   * Enter **multiple email addresses** in one field to assign them all the same role.
   * Or click **+ Add More** to add separate email groups with different roles.<br>

     <figure><img src="/files/tBYmEHe2VFs0j1YgUSNg" alt=""><figcaption><p>Invite new members section</p></figcaption></figure>

3. Use the dropdown next to each email group to assign a role:
   * **Viewer** – Can only run uploaded apps.
   * **Developer** – Upload apps and manage app settings.
   * **Admin** – View account page, edit billing, manage users, and change account settings.<br>

     <figure><img src="/files/b37kQ4tARYy0UnrQlpUu" alt=""><figcaption><p>User Roles Drop-down</p></figcaption></figure>

4. Click **Send Invites** to send all invitations at once.

{% hint style="info" %}
Once a user is added to your account, all their existing and future uploaded apps will be linked to this account.
{% endhint %}

### Managing Roles and Team Members

After users accept their invitations, you can update their roles or remove them from the team:

1. Scroll to the **Existing Members** section.
2. Use the dropdown next to each user’s name to change their role.
3. To remove a user, click the **⊖** icon next to their row.

| User Role | Permissions                                                                |
| --------- | -------------------------------------------------------------------------- |
| Admin     | View account page, edit billing, manage users, and change account settings |
| Developer | Upload apps and manage app settings                                        |
| Viewer    | Can only run uploaded apps                                                 |

<figure><img src="/files/W6gJXFGfG9LVHVvNjc6t" alt=""><figcaption><p>Adjust user roles and remove users from your Team Management page</p></figcaption></figure>

## Single Sign-On (SSO)

On our Enterprise plans, you can take advantage of our Single Sign-On (SSO) integrations for seamless user management on Appetize. Visit our [documentation](/account/single-sign-on.md) for more details.

{% hint style="info" %}
Roles for SSO users are managed through your identity provider. You do not need to assign or update them manually in Appetize.
{% endhint %}

## Related Links

{% content-ref url="/pages/wxvx657b3flrbJMnrVMW" %}
[App Permissions](/platform/app-management/app-permissions.md)
{% endcontent-ref %}


---

# 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.appetize.io/account/invite-your-team.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.
