---
title: "Get user data for publishers"
method: GET
path: "/v1/publishers/users/{userId}/profile"
tags: ["Server-Side"]
---

# Get user data for publishers

`GET /v1/publishers/users/{userId}/profile`

Get User Data for Publishers returns the user data for the given user id.

## Path parameters

- `userId` string, required

## Response `200`

OK

- object
  - `data` UserProfile
    - `country` string
    - `main_language` string
    - `spoken_languages` string[]
    - `zipcode` string
    - `birthdate` string
    - `gender` 'MALE' | 'FEMALE' | 'OTHER'
    - `username` string
    - `banned` boolean — If true, the user is banned from using the app.
    - `std_questions` UserProfileQuestion[]
      - `id` string, required
      - `values` string[], required

## Other responses

- `404` — User not found

---

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