---
title: "GET /api/accessusers/events"
method: GET
path: "/api/accessusers/events"
tags: ["api", "accessusers"]
---

# GET /api/accessusers/events

`GET /api/accessusers/events`

Get all accessible Events

## Query parameters

- `includeRootEvents` boolean
- `includeGroupEvents` boolean

## Headers

- `token` string, required — The token to authenticate against the access-control endpoints.

## Response `200`

OK

- object[] — An array of all events the access user has access to.
  - `_id` string, required — The ID of the event
  - `name` string, required — The name of the event

## Other responses

- `400` — Bad Request

---

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