---
title: "Returns paginated invited users for the supplied company"
method: GET
path: "/companies/{identifier}/users/invited/paged"
tags: ["companies"]
---

# Returns paginated invited users for the supplied company

`GET /companies/{identifier}/users/invited/paged`

Requires the privilege [`COMPANY_USERS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `identifier` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

- PagedResponse
  - `pageNumber` integer
  - `pageSize` integer — The size of the page requested. If none was supplied this is a default value (depending on the endpoint). If the length of items is less than this number that means there are _no_ more pages to request. NOTE: if the length *is* equal there may or may not be additional pages to request, it is unknowable until they are requested
  - `pageToken` string — Supply this token on successive requests to retrieve the next page if there is one
  - `items` object[]

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege: COMPANY_USERS_READ
- `404` — Company not found

## Changes

- **2026-09-02** `358b43b8f258` — 2 info
  - added the non-success response with the status `404`
  - added the success response with the status `200`

[Change history](https://skmtc.dev/gremlin/apis/gremlin-api/changes/companies/:identifier/users/invited/paged/get.md)

---

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