---
title: "Returns a list of user invitations the advisor has access to."
method: GET
path: "/v1/Advisors/Invitations"
tags: ["AdvisorUserInvitations"]
---

# Returns a list of user invitations the advisor has access to.

`GET /v1/Advisors/Invitations`

## Response `200`

The advisor user invitations

- 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

---

[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)
