Skip to content

Paginated list of users this user follows

GET
/users/{ref}/following
ref
required
integer format: int64
limit
integer
default: 50 >= 1 <= 200

Following list.

object
users
required
Array<object>

Compact user-card projection used by the follow/follower lists. Smaller than UserPublic — only the fields the card renders.

object
ref
required
integer format: int64
username
required
string
display_name
string
nullable
avatar_url
string
nullable
since

When this edge was created. For follower lists, when the user started following the subject. For block lists, when the block was recorded.

string format: date-time

Authentication required, missing, or invalid

object
error
required

Human-readable error summary

string
Example
the request could not be completed
Example
{
"error": "authentication required: sign in and retry with a valid session or API token"
}

Resource not found

object
error
required

Human-readable error summary

string
Example
the request could not be completed