# Member's status

On your Spot, members can have different statuses. Each status has a different meaning. There are 7 in total:

<table><thead><tr><th width="144.33333333333331">Status</th><th width="316">Conditions</th><th>Access</th></tr></thead><tbody><tr><td><strong>Accepted</strong></td><td>A member has an <code>Accepted</code> status if he/she registers on a public Spot, accepts an invitation to join the Spot or if an admin validates his/her registration request on a private Spot.</td><td>The member has access to all the content of the Spot except for private content to which he/she is not invited (certain live, channels, collections, etc.).</td></tr><tr><td><strong>Invited</strong></td><td>A member has an <code>Invited</code> status if they have been invited by an admin to join the Spot. <span data-gb-custom-inline data-tag="emoji" data-code="1f449">👉</span> <a href="/pages/pENZjFFnNU2DBACJa9AR">Invite members</a></td><td>The member only has access to the home page and to the list of lives whose privacy are public.</td></tr><tr><td><strong>Pending</strong></td><td>A member has a <code>Pending</code> status if they have requested to join a private Spot.</td><td>The member only has access to the home page and to the list of lives whose privacy are public.</td></tr><tr><td><strong>Declined</strong></td><td>A member has a <code>Declined</code> status if they have declined an admin's invitation to join the Spot.</td><td>The member only has access to the home page and to the list of lives whose privacy are public.</td></tr><tr><td><strong>Rejected</strong></td><td>A member has a <code>Rejected</code> status if an admin has refused their request to register on a private Spot.</td><td>The member only has access to the home page and to the list of lives whose privacy are public.</td></tr><tr><td><strong>Deactivated</strong></td><td>A member has a <code>Deactivated</code> status if an admin has deactivated their profile.</td><td>The member only has access to the homepage and to the list of lives whose privacy are public.</td></tr><tr><td><strong>Left</strong></td><td>A member has a <code>Left</code> status if he/she decides to leave the Spot.</td><td>The member only has access to the homepage and to the list of lives whose privacy is Public.</td></tr></tbody></table>

### Member status update rules on registration or connection

When a member registers or connects to a Spot, his status might be updated. Here are how it works, with slight differences depending on the authentication method used:

* [Registration with a password](#inscription-via-mot-de-passe)
* [Registration via SSO](#inscription-via-sso)
* [Connection with a password](#reconnection-via-mot-de-passe)
* [Connection via SSO](#reconnection-via-sso)

{% tabs %}
{% tab title="Registration with a password" %}

<figure><img src="/files/pjNyHrQdjkkibV8HuxXW" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Registration via SSO" %}

<div data-full-width="false"><figure><img src="/files/laz6AmrZBaDdlxBo6u5A" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Connection with a password " %}

<figure><img src="/files/1vzgovoNG2mq5AXvvxdc" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Connection via SSO" %}

<figure><img src="/files/GrySlfzRRZTjaJW2jVet" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### Member status updated by the admin

Admins can update the member's status in the following cases:

<figure><img src="/files/gcJVHwLxIE1fIGjRJuEw" alt=""><figcaption></figcaption></figure>


---

# 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://help.meltingspot.io/english/manage-spot/audience/members/members-status.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.
