---
title: "Get user benefits"
method: GET
path: "/user/benefits"
tags: ["user"]
---

# Get user benefits

`GET /user/benefits`

Retrieve user benefits by user ID or PID.

## Query parameters

- `user_id` string
- `user_pid` string

## Response `200`

User benefits retrieved successfully

- Benefit[] — List of benefits.
  - `id` integer, required
  - `name` string, required
  - `slug` string, required
  - `description` string, required — General description of what feature the benefit grants access to.

## Other responses

- `304` — If the If-None-Match header is sent and matches with the Etag it will return the 304 (Not Modified) response without the data on the body.
- `400` — Missing required parameters or validation error.
- `404` — User not found.
- `500` — Internal server error while retrieving benefits.

---

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