---
title: "List user invitations to the organization"
method: GET
path: "/organization/{organization_id}/invitation"
tags: ["Organizations"]
---

# List user invitations to the organization

`GET /organization/{organization_id}/invitation`

## Path parameters

- `organization_id` string, required

## Response `200`

Response

- OrganizationUserInvitationsListResponse — OrganizationUserInvitationsListResponse
  - `invitations` object[], required — List of user invitations for the organization
    - `create_time` string, required — Time of creating the invitation
    - `expiry_time` string, required — By when the invitation is valid
    - `invited_by` string, required — Name of the invitation creator
    - `user_email` string, required — User Email

---

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