---
title: "Get the list of all your users"
method: GET
path: "/organization/invited/users"
tags: ["User"]
---

# Get the list of all your users

`GET /organization/invited/users`

## Response `200`

list of all your users

- GetInvitedUsersList
  - `users` GetInvitedUsersListUsers[] — Get invited users list
    - `email` string, required — Email address of the user.
    - `is_owner` string, required — Flag for indicating is user owner of the organization.
    - `status` string, required — Status of the invited user.
    - `feature_access` GetInvitedUsersListFeatureAccess, required — Feature accessiblity given to the user.
      - `marketing` string, string — Marketing features accessiblity.
      - `conversations` string, string — Conversations features accessiblity.
      - `crm` string, string — CRM features accessiblity.

## Other responses

- `400` — bad request

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
