---
title: "List pending invitation requests"
method: GET
path: "/invitation_requests"
tags: ["Users"]
---

# List pending invitation requests

`GET /invitation_requests`

Retrieve list of pending organization invitation requests

## Query parameters

- `id` string
- `id__in` string
- `organization` string
- `organization__in` string
- `requested_to` string
- `requested_to__in` string
- `approved_by` string
- `approved_by__in` string
- `approved_by__isnull` string
- `rejected_by` string
- `rejected_by__in` string
- `rejected_by__isnull` string
- `search` string
- `sort` 'rejected_at' | '-rejected_at' | 'approved_at' | '-approved_at' | 'requested_at' | '-requested_at'
- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` InvitationRequest[], required
    - `id` integer
    - `email` string, required — Email address of the would-be user.
    - `mobile` string, nullable — Cell phone number of the would-be user.
    - `first_name` string, required — First name of the would-be user.
    - `last_name` string, required — Last name of the would-be user.
    - `requested_to` string, required
    - `requested_to_organization` string
    - `password1` string, required
    - `password2` string, required
    - `requested_at` string, date-time, nullable — Timestamp when the would-be user requested access.
    - `approved_at` string, date-time, nullable — Timestamp when the would-be user was approved.
    - `rejected_at` string, date-time, nullable — Timestamp when the would-be user was rejected.

---

[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)
