---
title: "This is a duplicate of organization_member"
method: PATCH
path: "/event_member"
tags: ["event_member"]
---

# This is a duplicate of organization_member

`PATCH /event_member`

## Query parameters

- `id` string, uuid
- `created_at` string, timestamp with time zone
- `user_id` string, uuid
- `role` string, public.organization_role
- `event_id` string, uuid
- `email` string, text

## Headers

- `Prefer` 'return=representation' | 'return=minimal' | 'return=none'

## Request body

- EventMember — This is a duplicate of organization_member
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `user_id` string, uuid
  - `role` 'owner' | 'member', public.organization_role, required
  - `event_id` string, uuid, required — Note: This is a Foreign Key to `event.id`.<fk table='event' column='id'/>
  - `email` string, text, required

## Response `204`

No Content

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/versions/90ce877204f2/schema)
