---
title: "List customer users for the enterprise portal"
method: GET
path: "/app/{app_id}/enterprise-portal/customer-users"
tags: ["enterprisePortal"]
---

# List customer users for the enterprise portal

`GET /app/{app_id}/enterprise-portal/customer-users`

Required RBAC Policy:
kots/app/[:appid]/enterprise-portal/customer-users/read
kots/app/[:appid]/license/[:customer_id]/read

## Path parameters

- `app_id` string, required

## Query parameters

- `ExcludeInvites` boolean
- `FilterCustomerID` string
- `FilterEmail` string
- `Limit` integer
- `Offset` integer
- `Sort` string
- `Order` string

## Response `200`

- object
  - `total` integer
  - `users` CustomerUser[]
    - `appId` string
    - `customerId` string
    - `customerName` string
    - `emailAddress` string
    - `firstAccessedAt` string, date-time
    - `invitedAt` string
    - `lastAccessedAt` string, date-time
    - `pendingInvite` boolean
    - `role` string
    - `viewCount` integer

## 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)
