> For the complete documentation index, see [llms.txt](https://docs.fenixpyre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/user-management/invite-your-team-members.md).

# Invite your team members

Inviting users to your FenixPyre organization is simple and quick. You can either manually add users or use [Single Sign-On (SSO)](/fenixpyre-for-admins/getting-started/setup-sso-and-automatic-user-provisioning.md) for streamlined user management.

### **Add Users Manually**

{% stepper %}
{% step %}

#### **Navigate to Users section**

Login into [admin dashboard](https://admin.anchormydata.com). Navigate to the **Users** section and then **Members**
{% endstep %}

{% step %}

#### **Click** the **Add New Users** button.

<figure><img src="/files/R5BPf793peX8n2XICJox" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Enter the emails

Enter one or more email addresses, separated by commas, to add users.
{% endstep %}

{% step %}

#### Click the Add button

After entering the email, click **Add** to add the users to your organization.
{% endstep %}
{% endstepper %}

### Add Users Via SSO

Alternatively, you can add users via Single Sign-On (SSO) for a more seamless user experience. To learn how to set up and manage users with SSO, [click here for the detailed guide.](/fenixpyre-for-admins/admin-dashboard/identity-and-provisioning/scim.md)

### Promote a user as admin

{% stepper %}
{% step %}

#### **Navigate to Users section**

Login into [admin dashboard](https://admin.anchormydata.com). Navigate to the **Users** section and then **Members**
{% endstep %}

{% step %}

#### Click on Actions menu (three dots)

Next to the user's name, click on the three dots.

<figure><img src="/files/4A7qZyzCOiSCb3kAXyJB" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Select "Promote to admin"

Click on the button and you'll find these options

<figure><img src="/files/7ydbv8v1OOxEzHGxl9FN" alt="" width="375"><figcaption></figcaption></figure>

1. **Email-Password Login**: Selecting this option sends an invitation email to the user to join the admin dashboard. Upon accepting the invite, the user must set
2. **SSO Login:** Choose this option to send an invitation email prompting the user to join the admin dashboard. The user must log in using SSO to access the admin dashboard.

{% hint style="info" %}
The SSO login method will only be shown if you have SSO configured
{% endhint %}
{% endstep %}
{% endstepper %}

### **Video Tutorial**

For a step-by-step visual guide on how to add users, watch our video tutorial on Loom here.

{% embed url="<https://www.loom.com/share/51eb46252a034a598aa5471ba1075ae0?sid=727efb51-8796-42ba-ab9b-ef28cf5abdcc>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/user-management/invite-your-team-members.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
