---
title: "checkInviteToken"
method: GET
path: "/v2/users/public/checkToken"
tags: ["User V2"]
---

# checkInviteToken

`GET /v2/users/public/checkToken`

Check an invite token

## Query parameters

- `token` string, required — Token used to invite a user to epilot

## Response `200`

Invite token found

- object
  - `invitation_org_id` string, required — Organization ID of the organization that invited the user
  - `invitation_org_name` string, required — Name of the organization that invited the user
  - `invitation_org_logo_url` string — Logo URL of the organization that invited the user
  - `invitation_org_logo_thumbnail_url` string — Logo Thumbnail URL of the organization that invited the user
  - `invitee_user_id` string, required — User ID of the invited user
  - `invitee_primary_org_id` string — Organization ID of the primary organization of the user (when inviting an existing epilot user)

## Other responses

- `404` — Token not found

---

[API](https://skmtc.net/epilot/apis/user-api.md) · [All operations](https://skmtc.net/epilot/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/user-api/revisions/7fae886a3c99/schema)
