> For the complete documentation index, see [llms.txt](https://synap.ac/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://synap.ac/docs/platform/portal/invites.md).

# Invites

Portal invite settings control whether invitation-based access is available across the portal. They are distinct from invitations sent to a specific user group.

{% hint style="info" %}
**Location:** **Settings → User access → Invites**
{% endhint %}

#### Portal-wide invite availability

Use this page to control the portal-level behaviour that allows or prevents administrators from inviting users. When invitations are disabled here, group-level invitation workflows may be unavailable even when an administrator can otherwise manage the group.

| Control         | Effect                                    | Administrator impact                                                           |
| --------------- | ----------------------------------------- | ------------------------------------------------------------------------------ |
| Enable invites  | Allows invitation workflows on the portal | Group administrators can invite people where their permissions also allow it   |
| Disable invites | Prevents new invitation-based onboarding  | Existing accounts and other registration methods are not automatically removed |

#### Relationship with registration and groups

Portal registration controls whether people can create their own accounts. Invites provide an administrator-led route into the portal. User-group invitations additionally place the recipient into a particular cohort.

Treat these as separate decisions:

* whether self-registration is open;
* whether administrators may issue invitations;
* which administrators may manage a particular group; and
* which user type and group membership an invited person receives.

{% hint style="warning" %}
Changing the portal-wide setting can affect onboarding across many groups. Check current invitation processes before disabling it.
{% endhint %}

#### Operational checks

Test the complete invitation journey with a non-production email address. Confirm the invitation message, expiry behaviour, destination portal, assigned user type and resulting group membership.


---

# 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://synap.ac/docs/platform/portal/invites.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.
