> For the complete documentation index, see [llms.txt](https://docs.bsure.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsure.io/user-guides/users/guests.md).

# Guests

### Top filter menu

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

**Users:** \
Showing the total number of guest users according to your filtering selections.

**Created Date & Last Sign-in Date:**\
Set periods for when users where created/invited or their last sign-in date.

**User State:**\
**- Active** - guest users having signed in the last 90 days\
\- **Inactive** - guest users that has not signed in the last 90 days

**Sign-in Status:**\
Filter for guest users that have **Never signed in** and guest users that have **Signed in**.

**Account:**\
**- Enabled** - Enabled guest users\
\- **Inactive** - Disabled guest users

**Domain Type:**\
Filter for if the guest account is from a **Managed** or **Unmanaged** domain. [Read here](https://learn.microsoft.com/en-us/entra/identity/users/clean-up-unmanaged-accounts) for more information.&#x20;

**User Principal Name:**\
Free text search for a guests user name. Report will update accordingly.

### Focus and Breakdown section

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

The **Focus Table** shows the distribution of **active** and **inactive** guests.&#x20;

The **Breakdown Table** shows the distribution of guests from different mail domains or sponsors

Sponsors was introduced in July 2023 and from then the inviting user was set as sponsor. It is possible to assign up to 5 users and groups as sponsors for one user object in Entra ID. If more than one sponsor field will contain a semicolon separated list. If groups are set as sponsor we prefix the group display name with Group:"Group Display Name" in the semicolon separated list.

### User details table with column selector

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

The **user details table** lists all guest users in scope of your filtering selections. The table has a default set of columns. You can change these to your preferences using the **columns selector**.&#x20;


---

# 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.bsure.io/user-guides/users/guests.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.
