---
title: "List my invitations"
method: GET
path: "/account/invitations"
tags: ["Invitations"]
---

# List my invitations

`GET /account/invitations`

Returns pending invitations addressed to the current user. Use to populate the console's invitation inbox. Session-only: API keys are tenant-scoped and cannot list user invitations.

## Query parameters

- `page` integer, nullable
- `results` integer, nullable

## Response `200`

Paged invitations for current user

- PagedInvitationInfo
  - `items` object[], required
    - `id` integer, required
    - `roles` string[], required — Role names the invitee will receive on acceptance. System roles are `admin`, `developer`, `viewer`, `billing`; tenants may also define custom roles via `POST /tenants/{tenant_id}/roles`. Empty when the invitation grants no role.
    - `status` 'pending' | 'accepted' | 'rejected', required
    - `tenant` string, required
  - `page` integer, required
  - `total_pages` integer, required
  - `total_results` integer, required

## Other responses

- `401` — No active session

---

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