Paginated list of users this user follows
GET /users/{ref}/following
GET
/users/{ref}/following
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” ref
required
integer format: int64
Query Parameters
Section titled “Query Parameters ” limit
integer
Responses
Section titled “ Responses ”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
avatar_url
string
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 completedExample
{ "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