MCPcopy Create free account
hub / github.com/AudiusProject/apps / getUsers

Method getUsers

packages/libs/src/api/Users.ts:102–119  ·  view source on GitHub ↗

* get users with all relevant user data * can be filtered by providing an integer array of ids * @returns Array of User metadata Objects * additional metadata fields on user objects: * {Integer} track_count - track count for given user * {Integer} playlist_count - playlist count for

(
    limit = 100,
    offset = 0,
    idsArray: Nullable<number[]> = null,
    walletAddress: Nullable<string> = null,
    handle: Nullable<string> = null,
    minBlockNumber: Nullable<number> = null
  )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

asyncFnMethod · 0.45

Calls 1

REQUIRESMethod · 0.80

Tested by

no test coverage detected