---
title: "Get a specific invitation created by this account"
method: GET
path: "/accounts/{id}/invitations/{invitation_id}"
tags: ["roles"]
---

# Get a specific invitation created by this account

`GET /accounts/{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 — The current state of a role invitation
  - `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)
