---
title: "GET /v3/users"
method: GET
path: "/v3/users"
tags: ["users"]
---

# GET /v3/users

`GET /v3/users`

Returns a list of users.

## Query parameters

- `sort_by` 'dateJoined' | '-dateJoined' | 'followerCount' | '-followerCount' | 'modelCount' | '-modelCount'
- `account` 'free' | 'pro' | 'biz'

## Response `200`

Success

- UserResponse
  - `results` UserList[]
    - `website` string, nullable
    - `subscriptionCount` integer
    - `followerCount` integer
    - `uid` string
    - `modelsUrl` string
    - `portfolioUrl` string
    - `likeCount` integer
    - `facebookUsername` string, nullable
    - `biography` string, nullable
    - `dateJoined` string, date
    - `city` string, nullable
    - `account` string
    - `displayName` string
    - `profileUrl` string
    - `followingsUrl` string
    - `skills` SkillDetail[]
      - `name` string
      - `uri` string
    - `tagline` string, nullable
    - `uri` string
    - `modelCount` integer
    - `username` string
    - `linkedinUsername` string, nullable
    - `likesUrl` string
    - `followersUrl` string
    - `collectionCount` integer
    - `country` string, nullable
    - `followingCount` integer
    - `twitterUsername` string, nullable
    - `collectionsUrl` string
    - `avatar` AvatarRelated
      - `images` object[]
        - `url` string
        - `width` integer
        - `height` integer
        - `size` integer
      - `uid` string
      - `uri` string

---

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