Skip to main content

Get Managed Users

GET 

/users/:id/managed_users

Gets a list of users managed by the given user

Request

Path Parameters

    id stringrequired

    A user id for the manager

Query Parameters

    is_approved boolean

    If true, only show users where the management request has been accepted. If false, only show those where the request was rejected. If omitted, shows all users regardless of approval status.

    is_revoked boolean

    If true, only show users where the management request has been revoked. If false, only show those with a pending or accepted request. Defaults to false.

Header Parameters

    Encoded-Data-Message string

    The data that was signed by the user for signature recovery

    Encoded-Data-Signature string

    The signature of data, used for signature recovery

Responses

Success

Schema

    data

    object[]

  • Array [

  • user

    object

    required

    album_count integerrequired
    artist_pick_track_id string

    artist_coin_badge

    object

    required

    mint string
    logo_uri string
    banner_image_url string
    ticker string

    The coin symbol/ticker

    coin_flair_mint string
    bio string

    cover_photo

    object

    640x string
    2000x string
    mirrors string[]
    followee_count integerrequired
    follower_count integerrequired
    handle stringrequired
    id stringrequired
    is_verified booleanrequired
    twitter_handle string
    instagram_handle string
    tiktok_handle string
    verified_with_twitter booleanrequired
    verified_with_instagram booleanrequired
    verified_with_tiktok booleanrequired
    website string
    donation string
    location string
    name stringrequired
    playlist_count integerrequired

    profile_picture

    object

    150x150 string
    480x480 string
    1000x1000 string
    mirrors string[]
    repost_count integerrequired
    track_count integerrequired
    is_deactivated booleanrequired
    is_available booleanrequired
    erc_wallet stringrequired
    spl_wallet stringrequired
    spl_usdc_wallet stringrequired
    spl_usdc_payout_wallet string
    supporter_count integerrequired
    supporting_count integerrequired
    total_audio_balance integerrequired
    wallet stringrequired

    The user's Ethereum wallet address for their account

    balance stringrequired
    associated_wallets_balance stringrequired
    total_balance stringrequired
    waudio_balance stringrequired
    associated_sol_wallets_balance stringrequired
    blocknumber integerrequired
    created_at stringrequired
    is_storage_v2 booleanrequired
    creator_node_endpoint string
    current_user_followee_follow_count integerrequired
    does_current_user_follow booleanrequired
    does_current_user_subscribe booleanrequired
    does_follow_current_user booleanrequired
    handle_lc stringrequired
    updated_at stringrequired
    cover_photo_sizes string

    cover_photo_cids

    object

    640x string
    2000x string
    mirrors string[]
    cover_photo_legacy string
    profile_picture_sizes string

    profile_picture_cids

    object

    150x150 string
    480x480 string
    1000x1000 string
    mirrors string[]
    profile_picture_legacy string
    has_collectibles booleanrequired

    playlist_library

    object

    contents

    object[]

  • Array [

  • ]

  • allow_ai_attribution booleanrequired
    profile_type string

    grant

    object

    required

    grantee_address stringrequired
    user_id stringrequired
    is_revoked booleanrequired
    is_approved booleanrequired
    created_at stringrequired
    updated_at stringrequired
  • ]

Loading...