---
title: "Get User Invite"
method: GET
path: "/v1/user-invites/{id}"
tags: ["BackendService"]
---

# Get User Invite

`GET /v1/user-invites/{id}`

Get a User Invite.

## Path parameters

- `id` string, required

## Response `200`

OK

- GetUserInviteResponse
  - `userInvite` UserInvite — UserInvite represents an invitation for a User to join an Organization.
    - `id` string — The User Invite ID. Starts with `user_invite_...`.
    - `organizationId` string — The Organization this User Invite belongs to.
    - `createTime` string, date-time — When the User Invite was created.
    - `updateTime` string, date-time — When the User Invite was last updated.
    - `email` string — The invitee's email address.
    - `owner` boolean — Indicates whether the invited User will have owner privileges in the Organization.

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

---

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