---
title: "GET /v0.1/orgs/{org_name}/invitations"
method: GET
path: "/v0.1/orgs/{org_name}/invitations"
tags: ["account"]
---

# GET /v0.1/orgs/{org_name}/invitations

`GET /v0.1/orgs/{org_name}/invitations`

Gets the pending invitations for the organization

## Path parameters

- `org_name` string, required

## Response `200`

Success

- object[]
  - `id` string, uuid, required — The unique ID (UUID) of the invitation
  - `email` string, required — The email address of the invited user
  - `role` string, required — The role assigned to the invited user

## Other responses

- `default` — Error

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/revisions/4e9226ab8f35/schema)
