---
title: "Get public user data"
method: GET
path: "/v2/users/{userId}"
tags: ["Users"]
---

# Get public user data

`GET /v2/users/{userId}`

Returns public information about a specific user account, similar to what
can be seen on public profile pages (e.g. https://apify.com/apify).

This operation requires no authentication token.

## Path parameters

- `userId` string, required

## Response `200`

- PublicUserDataResponse
  - `data` UserPublicInfo, required
    - `username` string, required
    - `profile` Profile
      - `bio` string, nullable
      - `name` string
      - `pictureUrl` string, uri, nullable
      - `githubUsername` string, nullable
      - `websiteUrl` string, uri, nullable
      - `twitterUsername` string, nullable

## Other responses

- `400` — Bad request - invalid input parameters or request body.
- `404` — Not found - the requested resource does not exist.
- `405` — Method not allowed.
- `429` — Too many requests - rate limit exceeded.

---

[API](https://skmtc.net/apify/apis/apify-api.md) · [All operations](https://skmtc.net/apify/apis/apify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apify/apify-api/versions/01a71794279b/schema)
