---
title: "Get invitation request details"
method: GET
path: "/invitation_requests/{id}"
tags: ["Users"]
---

# Get invitation request details

`GET /invitation_requests/{id}`

Retrieve details of a specific invitation request

## Response `200`

OK

- InvitationRequest
  - `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)
