Get Managed Users
GET/users/:id/managed_users
Gets a list of users managed by the given user
Request
Path Parameters
A user id for the manager
Query Parameters
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.
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
The data that was signed by the user for signature recovery
The signature of data, used for signature recovery
Responses
- 200
- 400
- 401
- 403
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
data
object[]
user
object
required
artist_coin_badge
object
required
The coin symbol/ticker
cover_photo
object
profile_picture
object
The user's Ethereum wallet address for their account
cover_photo_cids
object
profile_picture_cids
object
playlist_library
object
contents
object[]
grant
object
required
{
"data": [
{
"user": {
"album_count": 0,
"artist_pick_track_id": "string",
"artist_coin_badge": {
"mint": "string",
"logo_uri": "string",
"banner_image_url": "string",
"ticker": "string"
},
"coin_flair_mint": "string",
"bio": "string",
"cover_photo": {
"640x": "string",
"2000x": "string",
"mirrors": [
"string"
]
},
"followee_count": 0,
"follower_count": 0,
"handle": "string",
"id": "string",
"is_verified": true,
"twitter_handle": "string",
"instagram_handle": "string",
"tiktok_handle": "string",
"verified_with_twitter": true,
"verified_with_instagram": true,
"verified_with_tiktok": true,
"website": "string",
"donation": "string",
"location": "string",
"name": "string",
"playlist_count": 0,
"profile_picture": {
"150x150": "string",
"480x480": "string",
"1000x1000": "string",
"mirrors": [
"string"
]
},
"repost_count": 0,
"track_count": 0,
"is_deactivated": true,
"is_available": true,
"erc_wallet": "string",
"spl_wallet": "string",
"spl_usdc_wallet": "string",
"spl_usdc_payout_wallet": "string",
"supporter_count": 0,
"supporting_count": 0,
"total_audio_balance": 0,
"wallet": "string",
"balance": "string",
"associated_wallets_balance": "string",
"total_balance": "string",
"waudio_balance": "string",
"associated_sol_wallets_balance": "string",
"blocknumber": 0,
"created_at": "string",
"is_storage_v2": true,
"creator_node_endpoint": "string",
"current_user_followee_follow_count": 0,
"does_current_user_follow": true,
"does_current_user_subscribe": true,
"does_follow_current_user": true,
"handle_lc": "string",
"updated_at": "string",
"cover_photo_sizes": "string",
"cover_photo_cids": {
"640x": "string",
"2000x": "string",
"mirrors": [
"string"
]
},
"cover_photo_legacy": "string",
"profile_picture_sizes": "string",
"profile_picture_cids": {
"150x150": "string",
"480x480": "string",
"1000x1000": "string",
"mirrors": [
"string"
]
},
"profile_picture_legacy": "string",
"has_collectibles": true,
"playlist_library": {
"contents": [
{}
]
},
"allow_ai_attribution": true,
"profile_type": "string"
},
"grant": {
"grantee_address": "string",
"user_id": "string",
"is_revoked": true,
"is_approved": true,
"created_at": "string",
"updated_at": "string"
}
}
]
}
Bad request
Unauthorized
Forbidden
Server error