---
title: "Send invitation to an admin user"
method: POST
path: "/corporate/user/invitation/send"
tags: ["Master account"]
---

# Send invitation to an admin user

`POST /corporate/user/invitation/send`

`This endpoint allows you to invite a member to manage the Admin account

Features and their respective permissions are as below:

- `my_plan`:
  - "all"
- `api`:
  - "none"
- `user_management`:
  - "all"
- `app_management` | Not available in ENTv2:
  - "all"

**Note**:
- If `all_features_access: false` then only privileges are required otherwise if `true` then it's assumed that all permissions will be there for the invited admin user.

## Request body

- InviteAdminUser
  - `email` string, email, required — Email address for the organization
  - `all_features_access` boolean, required — All access to the features
  - `groupIds` string[] — Ids of Group
  - `privileges` InviteAdminUserPrivileges[], required
    - `feature` 'my_plan' | 'api' | 'user_management' | 'app_management' — Feature name
    - `permissions` string[] — Permissions for a given feature

## Response `200`

Success

- InviteAdminUser
  - `email` string, email, required — Email address for the organization
  - `all_features_access` boolean, required — All access to the features
  - `groupIds` string[] — Ids of Group
  - `privileges` InviteAdminUserPrivileges[], required
    - `feature` 'my_plan' | 'api' | 'user_management' | 'app_management' — Feature name
    - `permissions` string[] — Permissions for a given feature

## Other responses

- `400` — Bad request

## Changes

- **2026-07-17** `2aec3cf66501` — 1 info
  - endpoint added
- **2023-05-05** `2122e9ffdbe8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getbrevo/apis/brevo-api/changes/corporate/user/invitation/send/post.md)

---

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