---
title: "Invite a customer user to the enterprise portal"
method: POST
path: "/app/{app_id}/enterprise-portal/customer-user"
tags: ["enterprisePortal"]
---

# Invite a customer user to the enterprise portal

`POST /app/{app_id}/enterprise-portal/customer-user`

Invite a customer user to the enterprise portal, sending an invite email to the customer user.

## Path parameters

- `app_id` string, required

## Request body

- object
  - `customer_id` string
  - `email_address` string

## Response `201`

- object
  - `invite` CustomerInvite
    - `appId` string
    - `appSlug` string
    - `createdAt` string, date-time
    - `customerId` string
    - `customerName` string
    - `emailAddress` string
    - `expireAt` string, date-time
    - `inviteNonce` string
    - `teamId` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/versions/6fcf9e54aba4/schema)
