---
title: "Returns the user invitation that corresponds with the invite code"
method: GET
path: "/v1/Registration/VerifyPortalInvite/{inviteCode}"
tags: ["Registration"]
---

# Returns the user invitation that corresponds with the invite code

`GET /v1/Registration/VerifyPortalInvite/{inviteCode}`

## Path parameters

- `inviteCode` string, uuid, required

## Response `200`

The user invitation model

- AdaptekApiApplicationAdvisorUserInvitationsQueriesGetAdvisorUserInvitationResponse
  - `id` integer
  - `agentId` string, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `email` string, nullable
  - `inviteIdentifier` string, uuid
  - `portalId` integer
  - `isDeleted` boolean
  - `dateExpired` string, date-time

## Other responses

- `404` — User invitation not found

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/versions/517cf2397b0d/schema)
