---
title: "Retrieves the specific invitation sent to this user"
method: GET
path: "/users/{id}/invitations/{invitation_id}"
tags: ["roles"]
---

# Retrieves the specific invitation sent to this user

`GET /users/{id}/invitations/{invitation_id}`

Invitations are used to grant roles to users

## Path parameters

- `id` string, required
- `invitation_id` string, required

## Response `200`

The call was successful

- RoleInvitation[]
  - `state` 'queued' | 'accepted' | 'sent' | 'declined' — A reference to this role
  - `href` string — A reference to this role
  - `created` string — An iso8601 formatted timestamp
  - `sent` string — An iso8601 formatted timestamp
  - `granted_by` string — The user that sent the invitation
  - `user_email` string — An email address
  - `role` string — A reference to this role

---

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