---
title: "Mass-List User Details"
method: GET
path: "/api/{account}/users/list"
tags: ["Users"]
---

# Mass-List User Details

`GET /api/{account}/users/list`

Save on credits by getting up to 10 user details with a single request. User details are retrieved using the current `{account}` so fields like `subscribedOnData` which include potential subscription details will be included.

## Query parameters

- `ids` string, required — Comma-separated list of user IDs (max. 10 IDs). Must be at least 1 character.

## Response `200`

- object
  - `data` object
    - `1000000` object
      - `view` string
      - `avatar` string
      - `avatarThumbs` object
        - `c50` string
        - `c144` string
      - `header` string, nullable
      - `headerSize` string, nullable
      - `headerThumbs` string, nullable
      - `id` integer
      - `name` string
      - `username` string
      - `canLookStory` boolean
      - `canCommentStory` boolean
      - `hasNotViewedStory` boolean
      - `isVerified` boolean
      - `canPayInternal` boolean
      - `hasScheduledStream` boolean
      - `hasStream` boolean
      - `hasStories` boolean
      - `tipsEnabled` boolean
      - `tipsTextEnabled` boolean
      - `tipsMin` integer
      - `tipsMinInternal` integer
      - `tipsMax` integer
      - `canEarn` boolean
      - `canAddSubscriber` boolean
      - `subscribePrice` integer
      - `displayName` string
      - `notice` string
      - `isPaywallRequired` boolean
      - `isActive` boolean
      - `isRestricted` boolean
      - `canRestrict` boolean
      - `subscribedBy` boolean
      - `subscribedByExpire` boolean
      - `subscribedByExpireDate` string
      - `subscribedByAutoprolong` boolean
      - `subscribedIsExpiredNow` boolean
      - `currentSubscribePrice` integer
      - `subscribedOn` string, nullable
      - `subscribedOnExpiredNow` boolean
      - `subscribedOnDuration` string
      - `listsStates` object[]
        - `id` string
        - `type` string
        - `name` string
        - `hasUser` boolean
        - `canAddUser` boolean
        - `cannotAddUserReason` string, nullable
      - `joinDate` string
      - `isReferrerAllowed` boolean
      - `about` string
      - `isMarkdownDisabledForAbout` boolean
      - `website` string, nullable
      - `wishlist` string, nullable
      - `location` string, nullable
      - `postsCount` integer
      - `archivedPostsCount` integer
      - `privateArchivedPostsCount` integer
      - `photosCount` integer
      - `videosCount` integer
      - `audiosCount` integer
      - `mediasCount` integer
      - `lastSeen` string
      - `favoritesCount` integer
      - `favoritedCount` integer
      - `showPostsInFeed` boolean
      - `canReceiveChatMessage` boolean
      - `isPerformer` boolean
      - `isRealPerformer` boolean
      - `isSpotifyConnected` boolean
      - `subscribersCount` string, nullable
      - `hasPinnedPosts` boolean
      - `hasLabels` boolean
      - `canChat` boolean
      - `avatarHeaderConverterUpload` boolean
      - `isPrivateRestriction` boolean
      - `showSubscribersCount` boolean
      - `showMediaCount` boolean
      - `subscribedByData` object
        - `price` integer
        - `newPrice` integer
        - `regularPrice` integer
        - `subscribePrice` integer
        - `discountPercent` integer
        - `discountPeriod` integer
        - `subscribeAt` string
        - `expiredAt` string
        - `renewedAt` string, nullable
        - `discountFinishedAt` string, nullable
        - `discountStartedAt` string, nullable
        - `status` string
        - `isMuted` boolean
        - `unsubscribeReason` string
        - `duration` string
        - `showPostsInFeed` boolean
        - `subscribes` object[]
          - `id` integer
          - `userId` integer
          - `subscriberId` integer
          - `date` string
          - `duration` integer
          - `startDate` string
          - `expireDate` string
          - `cancelDate` string, nullable
          - `price` integer
          - `regularPrice` integer
          - `discount` integer
          - `earningId` integer
          - `action` string
          - `type` string
          - `offerStart` string, nullable
          - `offerEnd` string, nullable
          - `isCurrent` boolean
        - `hasActivePaidSubscriptions` boolean
      - `subscribedOnData` object
        - `price` number
        - `newPrice` number
        - `regularPrice` number
        - `subscribePrice` number
        - `discountPercent` integer
        - `discountPeriod` integer
        - `subscribeAt` string
        - `expiredAt` string
        - `renewedAt` string, nullable
        - `discountFinishedAt` string, nullable
        - `discountStartedAt` string, nullable
        - `status` string, nullable
        - `isMuted` boolean
        - `unsubscribeReason` string
        - `duration` string
        - `tipsSumm` integer
        - `subscribesSumm` integer
        - `messagesSumm` integer
        - `postsSumm` integer
        - `streamsSumm` integer
        - `totalSumm` integer
        - `subscribes` unknown[]
          - unknown
        - `hasActivePaidSubscriptions` boolean
      - `canCreatePromotion` boolean
      - `canCreateTrial` boolean
      - `isAdultContent` boolean
      - `canTrialSend` boolean
      - `hasLinks` boolean
      - `hasFriends` boolean
      - `firstPublishedPostDate` string
      - `isSpringConnected` boolean
      - `isFriend` boolean
      - `isBlocked` boolean
      - `canReport` boolean
      - `canUnsubscribe` boolean
      - `isPendingAutoprolong` boolean
  - `_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` string, nullable
      - `remaining_minute` integer
      - `remaining_day` string, nullable
      - `notice` string

---

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