---
title: "Add Users to User List"
method: POST
path: "/api/{account}/user-lists/{userListId}/users"
tags: ["User List Collections"]
---

# Add Users to User List

`POST /api/{account}/user-lists/{userListId}/users`

Add multiple Users To OnlyFans User List

## Request body

- object
  - `ids` string[], required — Array of OnlyFans User IDs to be added into the list

## Response `200`

- object
  - `data` object
    - `1224114714` integer[]
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

## Other responses

- `400` — Usually if the user is already in the list or some of the user ids don't exist. We recommend re-trying the request with the problematic IDs excluded.

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/4a99d36f28a3/schema)
