---
title: "GET /v1/invitations"
method: GET
path: "/v1/invitations"
tags: ["invitations"]
---

# GET /v1/invitations

`GET /v1/invitations`

Returns a list of invitations that the requesting user is permitted to view, restricted to those that match the list request. *Note:* At least one of `user_id` or `course_id` must be supplied. Both fields can be supplied. This method returns the following error codes: * `PERMISSION_DENIED` for access errors.

## Query parameters

- `courseId` string
- `pageSize` integer
- `pageToken` string
- `userId` string

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/classroom.md) · [All operations](https://skmtc.net/google/apis/classroom/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/classroom/revisions/1b98f151d40b/schema)
