---
title: "Retrieve Invitations"
method: GET
path: "/organizations/{orgId}/invitations"
tags: ["Invitations"]
---

# Retrieve Invitations

`GET /organizations/{orgId}/invitations`

Retrieve a list of all invitations in the Organization.

## Path parameters

- `orgId` string, required

## Query parameters

- `pageSize` integer
- `nextToken` string

## Response `200`

Returns the list of invitations

- PaginatedOrgUserInvitationResponseData
  - `data` OrgUserInvitationResponse[]
    - `id` string, required — The UUID of the entity.
    - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
    - `email` string, required — The email address of the invitee. The invitation will be sent to this email address.
    - `permissionPolicyIds` string[], required — The IDs of the permission policies the invited user has been assigned. This controls the access rights and privileges that this user will have when working in the m3ter Organization.
    - `firstName` string, required — The first name of the invitee.
    - `lastName` string, required — The surname of the invitee.
    - `dtEndAccess` string, date-time, required — The date that access will end for the user *(in ISO-8601 format)*. If this is blank, there is no end date meaning that the user has permanent access.
    - `dtExpiry` string, date-time, required — The date when the invite expires *(in ISO-8601 format)*. After this date the invited user can no longer accept the invite. By default, any invite is valid for 30 days from the date the invite is sent.
    - `invitingPrincipalId` string, required — The UUID of the user who sent the invite.
    - `accepted` boolean, required — Boolean indicating whether the user has accepted the invitation. * TRUE - the invite has been accepted. * FALSE - the invite has not yet been accepted.
    - `dtCreated` string, date-time — The DateTime when the invitation was created *(in ISO-8601 format)*.
    - `dtLastModified` string, date-time — The DateTime when the invitation was last modified *(in ISO-8601 format)*.
    - `createdBy` string — The UUID of the user who created the invitation.
    - `lastModifiedBy` string — The UUID of the user who last modified the invitation.
  - `nextToken` string

## Other responses

- `4XX` — Error message
- `5XX` — Error message

## Changes

- **2025-12-03** `ac93d1a9e6d9` — 10 breaking, 4 warning, 1 info
  - removed the required property `data/items/accepted` from the response with the `200` status
  - removed the required property `data/items/dtEndAccess` from the response with the `200` status
  - removed the required property `data/items/dtExpiry` from the response with the `200` status
  - removed the required property `data/items/email` from the response with the `200` status
  - …11 more
- **2025-08-01** `9f9e5f3dbde7` — 1 breaking, 2 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `data` to the response with the `200` status
  - added the optional property `nextToken` to the response with the `200` status
- **2025-02-04** `9433593378b5` — 1 breaking, 2 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `nextToken` from the response with the `200` status

[Change history](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/invitations/get.md)

---

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