---
title: "Update Host"
method: POST
path: "/v1/events/hosts/update"
tags: ["Events"]
---

# Update Host

`POST /v1/events/hosts/update`

Update a host's permissions or visibility on an event. Use this to change a host between check-in and manager access levels. The event creator's access level cannot be changed.

## Request body

- object
  - `event_id` string, required — Event ID, this usually starts with evt-
  - `email` string, required — Email of the host to update.
  - `access_level` 'none' | 'check-in' | 'manager' — The new access level for the host. One of "none", "check-in", or "manager". The event creator’s access level cannot be changed.
  - `is_visible` boolean — Whether the host is visible on the event page.

## Response `200`

Successful response.

- object — Empty response

---

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