---
title: "Find invite for invite code"
method: GET
path: "/v1/api/invites/{code}"
tags: ["Invites"]
---

# Find invite for invite code

`GET /v1/api/invites/{code}`

## Path parameters

- `code` string, required

## Response `200`

OK

- Invite
  - `_links` Link[]
    - `href` string
    - `method` string
    - `rel` string
  - `attempt_counter` integer
  - `disabled` boolean
  - `email` string
  - `expired` boolean
  - `inviteLink` string
  - `password_set` boolean
  - `role` string
  - `telephone_number` string
  - `type` string
  - `user_exist` boolean

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/government-digital-service/apis/adminusers-api.md) · [All operations](https://skmtc.dev/government-digital-service/apis/adminusers-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/government-digital-service/adminusers-api/revisions/5861842b8167/schema)
