> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-connect/working-with-connect/user-administration/users/invite-a-new-user.md).

# Invite a new user

New users are invited via email and have the option to sign up using Microsoft accounts or by creating a local account with their email and password.&#x20;

Single sign-on with Microsoft Entra ID is currently supported in Connect, streamlining the authentication process for users.

When inviting a user, it is also possible to specify which groups they should belong to. This information can be modified after the user invitation has been sent.

Create a new invite by selecting the **Invite user** button at the top of the user list.

<div align="left"><figure><img src="https://1716064794-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIIgl6sNaTky0iALxYWHH%2Fuploads%2Fay7kXiy2sWzZoC4wrAIv%2FUser-Invite-5.png?alt=media&amp;token=589cf5fa-00f8-41b1-9e58-c60814330645" alt=""><figcaption></figcaption></figure></div>

When a user is invited, the user's status will be set to **Pending** until they have signed up for Flow Connect, at which point their status will change to **Active**.

Invited users will receive an email containing a link to register for Flow Connect. Users cannot access their accounts until they have successfully signed up using the invitation URL.

{% hint style="info" %}
If you need to resend the invitation, simply click on the triple-dot menu located within the User List and choose the 'Resend Invite' option.
{% endhint %}


---

# 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.novacura.com/flow-connect/working-with-connect/user-administration/users/invite-a-new-user.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.
