# InvitedUsers
Get the list of all your users
Retrieves the list of all users associated with your organization, including both active and pending invited users. Each user entry includes their email address, owner status, current invitation status, and feature access levels for marketing, CRM, and conversations.
- Catalog: `Brevo`
- Schema: `User`
This is a read-only table. The Sendinblue API may not support changing the data or the Invantive UniversalSQL driver for Sendinblue does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Sendinblue API.
## Table Columns
The columns of the table `InvitedUsers` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `email` | `varchar2` | Email Address | ☐ | Email address of the user. |
| `feature_access_conversations` | `varchar2` | | ☐ | Conversations features accessiblity. |
| `feature_access_crm` | `varchar2` | | ☐ | CRM features accessiblity. |
| `feature_access_marketing` | `varchar2` | | ☐ | Marketing features accessiblity. |
| `is_owner` | `varchar2` | | ☐ | Flag for indicating is user owner of the organization. |
| `status` | `varchar2` | Status | ☐ | Status of the invited user. |