> For the complete documentation index, see [llms.txt](https://docs.statuspal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.statuspal.io/platform/private-status-page/adding-people-to-your-status-page.md).

# Adding people to your status page

When you configure your status page as private (via the "Restrict access to members" checkbox), users will need to authenticate to access it.

{% hint style="info" %}
Note that adding a person to your status page will not automatically turn on incident notifications for them unless you enable [Auto-subscribe to private status page](/platform/subscriptions-and-notifications/auto-subscribe-to-private-status-page.md).
{% endhint %}

There are a few different ways users can obtain a user to authenticate to your private status page.

### Manually invite them as Viewer members

The first option is for your status page manager (with Owner role) to manually invite them with the Viewer role, which grants users the ability to view and subscribe to your private status page.

{% hint style="info" %}
Click on <mark style="background-color:green;">Members</mark> and then on **Invite new member** and select the role "**Viewer"**.
{% endhint %}

Besides the possibility of adding your Viewer members via our UI, it's also possible to use our Restful API for this: [https://www.statuspal.io/api-docs](https://www.statuspal.io/api-docs#tag/Status-Page-Members/operation/addStatusPageMembers).

### Share an Invite Link

Another option you might find more handy is to share a special Invite Link with your customers or stakeholders, which they can use to sign up to get access to your private status page.

This will automatically create a Viewer member for them on your status page.

#### Obtain your status page Invite Link

Follow these simple steps to generate your status page's Invite Link.

{% hint style="info" %}
Click on <mark style="background-color:green;">Status page > Settings</mark> and scroll down to your Privacy settings.
{% endhint %}

1. Check the "Restrict access to members" checkbox to set your status page as private.
2. Enter the email domains that should be allowed to sign up for your status page.
3. Click on **Update**
4. Profit—Copy your **Invite Link** and share it with your customers and stakeholders, who should have access to your private status page.

<figure><img src="/files/0agU4IuC3w0dajF3UBos" alt=""><figcaption></figcaption></figure>

### Provide access to your private status page via SSO

Another way to give your users access to your status page is through Single Sign-On, which we support via the SAML 2 standard.

{% hint style="info" %}
Learn more about our SSO integration at [Single Sign-On](/security/single-sign-on.md).
{% 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:

```
GET https://docs.statuspal.io/platform/private-status-page/adding-people-to-your-status-page.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.
