---
title: "Retrieve user info"
method: GET
path: "/user"
tags: ["user"]
---

# Retrieve user info

`GET /user`

Retrieve user info from the authenticated OAuth request.

## Response `200`

OK

- object
  - `id` string — ID in UUID format.
  - `username` string
  - `email_address` string — This field will be empty if the OAuth authorization didn't requested the user_email scope.
  - `avatar_url` string — URL with the user's picture/avatar.
  - `first_name` string
  - `last_name` string
  - `pid` string
  - `branch` string
  - `isZIN` boolean
  - `isZES` boolean
  - `isZJ` boolean
  - `isGym` boolean
  - `isSYNC` boolean
  - `isSYNCBase` boolean
  - `notifications_account_billing` boolean
  - `notifications_new_music` boolean
  - `benefits` BenefitList[] — Return the list of benefits
    - 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.
  - `memberSince` string — Optional, date when the user became a member, in "YYYY-MM-DD" format

## 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.

---

[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)
