---
title: "Get user invite status"
method: GET
path: "/invites/{invite_id}"
tags: ["Invites"]
---

# Get user invite status

`GET /invites/{invite_id}`

Returns the status of a user invite.

## Path parameters

- `invite_id` string, required

## Query parameters

- `fields` string[]

## Response `200`

Returns an invite object.

- Invite — An invite for a user to an enterprise.
  - `id` string, required — The unique identifier for this invite.
  - `type` 'invite', required — The value will always be `invite`.
  - `invited_to` object — A representation of a Box enterprise.
    - `id` string — The unique identifier for this enterprise.
    - `type` 'enterprise' — The value will always be `enterprise`.
    - `name` string — The name of the enterprise.
  - `actionable_by` UserMini — A mini representation of a user, used when nested within another resource.
    - `id` string, required — The unique identifier for this user.
    - `type` 'user', required — The value will always be `user`.
    - `name` string — The display name of this user.
    - `login` string, email — The primary email address of this user.
  - `invited_by` UserMini — A mini representation of a user, used when nested within another resource.
    - `id` string, required — The unique identifier for this user.
    - `type` 'user', required — The value will always be `user`.
    - `name` string — The display name of this user.
    - `login` string, email — The primary email address of this user.
  - `status` string — The status of the invite.
  - `created_at` string, date-time — When the invite was created.
  - `modified_at` string, date-time — When the invite was modified.

## Other responses

- `default` — An unexpected client error.

---

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