Suggestion
Represents a suggested account to follow and an associated reason for the suggestion.
Last modified
Edit this page
Example
{
"source": "staff",
"account": {
"id": "109031732217496096",
"username": "alice",
"acct": "alice",
// ...
}
}
Attributes
source
Description: The reason this account is being suggested.
Type: String (Enumerable oneOf)
staff
= This account was manually recommended by your administration team
past_interactions
= You have interacted with this account previously
global
= This account has many reblogs, favourites, and active local followers within the last 30 days
Version history:
3.4.0 - added
account
Description: The account being recommended to follow.
Type:
Account
Version history:
3.4.0 - added