---
title: "List the invites issued for the organization."
method: GET
path: "/orgs/{orgId}/invitations"
tags: ["public", "UserInvite"]
---

# List the invites issued for the organization.

`GET /orgs/{orgId}/invitations`

## Path parameters

- `orgId` string, required

## Response `200`

The list of the invites issued for the organization.

- UserInviteResponse[]
  - `created_at` string, required — The timestamp this invitation was created.
  - `created_by` string, required — The ID of the user who created this invitation.
  - `email` string — The email address of the user from the profile.
  - `expires_at` string, required — The timestamp this invitation would expire.
  - `user_id` string, required — The User ID for this user.

---

[API](https://skmtc.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
