---
title: "List sent organization invitations"
method: GET
path: "/invitations"
tags: ["Users"]
---

# List sent organization invitations

`GET /invitations`

Retrieve list of invitations sent by the organization

## Query parameters

- `invitee_email` string
- `invitee_email__in` string
- `organization` string
- `organization__in` string
- `activated` string
- `activated__in` string
- `search` string
- `sort` 'created_at' | '-created_at' | 'expires_at' | '-expires_at'
- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` UserInvitationsSerializer[], required
    - `id` integer
    - `invitee_email` string, required
    - `invitation_token` string
    - `expires_at` string, date-time — Timestamp when the invitation will expire.
    - `organization` integer
    - `created_at` string, date-time — Timestamp when the invitation was created.
    - `invited_by` UserContact
      - `id` integer
      - `first_name` string — User first name.
      - `last_name` string — User last name.
      - `email` string, email — User email address. Unique identifier.
      - `mobile` string, nullable — User cell phone number.
    - `existing_user` string
    - `organization_does_not_exist` boolean
    - `invitation_unique_key` string

---

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