Skip to content

List a user's followers

GET
/users/{id}/followers

Returns the users that follow the given user. Emails are never exposed.

Parameters

Path Parameters

id*
Type
string
Required

Query Parameters

limit
Type
integer
Default
20
Maximum
100
offset
Type
integer
Default
0

Responses

Follower list

application/json
JSON
[
{
"id": "string",
"name": "string",
"avatar": "string",
"role": "string",
"follower_count": 0,
"campaign_count": 0,
"type": "string"
}
]

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress