---
title: "POST /v2/rsvp/{network}/{lockAddress}/approve/{userAddress}"
method: POST
path: "/v2/rsvp/{network}/{lockAddress}/approve/{userAddress}"
deprecated: true
---

# POST /v2/rsvp/{network}/{lockAddress}/approve/{userAddress}

`POST /v2/rsvp/{network}/{lockAddress}/approve/{userAddress}`

> **Deprecated.**

Approves a user to attend an event. (does not airdrop!)

## Path parameters

- `network` integer, required
- `lockAddress` string, required
- `userAddress` string, required

## Response `200`

Successfully approves the user to attend the event

- Rsvp
  - `lockAddress` string
  - `userAddress` string
  - `approval` string
  - `network` number

## Other responses

- `400` — Invalid input received. Bad request.
- `404` — The item you are making request for does not exist.
- `500` — Unable to fullfil request due to internal server error.

## Changes

- **2024-05-28** `7cf40eafa38f` — 1 info
  - endpoint deprecated
- **2024-01-25** `351651d57bc4` — 1 info
  - endpoint added
- **2023-11-03** `b77bfb068867` — 1 info
  - api path removed with deprecation

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/rsvp/:network/:lockAddress/approve/:userAddress/post.md)

---

[API](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/revisions/e003b998de45/schema)
