---
title: "Get all invites of a team."
method: GET
path: "/teams/{teamId}/memberships"
tags: ["Teams"]
---

# Get all invites of a team.

`GET /teams/{teamId}/memberships`

## Path parameters

- `teamId` string, required

## Response `200`

User invitations are returned.

- V1InvitedUserInfo[]
  - `id` string, nullable
  - `name` string, nullable
  - `isInvite` boolean
  - `mail` string, nullable
  - `roleId` string, nullable

## Other responses

- `204` — Request was canceled.
- `400` — Required parameters or authentication info could not be found in the request/claims.
- `403` — You're not allowed to request the access all required entities.
- `404` — Required entities could not be found in the database.
- `500` — Internal Server Error

---

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