---
title: "List Team Invites"
method: GET
path: "/team/invites"
tags: ["Team"]
---

# List Team Invites

`GET /team/invites`

Provides a list of team invites (and their roles).

## Query parameters

- `email_address` string

## Response `200`

successful operation

- TeamInvitesResponse
  - `team_invites` TeamInviteResponse[], required — Contains a list of team invites and their roles.
    - `email_address` string — Email address of the user invited to this team.
    - `team_id` string — Id of the team.
    - `role` string — Role of the user invited to this team.
    - `sent_at` integer — Timestamp when the invitation was sent.
    - `redeemed_at` integer — Timestamp when the invitation was redeemed.
    - `expires_at` integer — Timestamp when the invitation is expiring.
  - `warnings` WarningResponse[]
    - `warning_msg` string, required — Warning message
    - `warning_name` string, required — Warning name

## Other responses

- `4XX` — failed_operation

---

[API](https://skmtc.net/hellosign/apis/dropbox-sign-api.md) · [All operations](https://skmtc.net/hellosign/apis/dropbox-sign-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellosign/dropbox-sign-api/versions/2ea3f04008af/schema)
