Optional
logger: LoggerReadonly
configOptional
Readonly
loggerThe id of the account in the database
Creates a user and account records. Returns an account access token for the app that initiated the request. The app should save this token for later, and should wait for the user to confirm their account by clicking a link in their email inbox.
Token
Parameters
Add personal note to the account
Relationship
ID of the account
Obtain a list of all accounts that follow a given account, filtered for accounts you follow.
Array of FamiliarFollowers
Find out whether a given account is followed, blocked, muted, etc.
Array of Relationship
Array of account IDs to check
The id of the account in the database
Optional
params: FollowAccountParamsParameters
Get featured tag of the account
FeaturedTags
ID of the account
Accounts which follow the given account, if network is not hidden by the account owner.
Array of Account
The id of the account in the database
Parameters
Accounts which the given account is following, if network is not hidden by the account owner.
Array of Account
The id of the account in the database
Parameters
The id of the account in the database
Statuses posted to the given account.
Array of Status
The id of the account in the database
Parameters
This method allows to quickly convert a username of a known account to an ID that can be used with the REST API, or to check if a username is available for sign-up
Account
Parameters
Mute the given account. Clients should filter statuses and notifications from this account, if received (e.g. due to a boost in the Home timeline).
Relationship
The id of the account in the database
Optional
params: MuteAccountParamsParameter
Add the given account to the user's featured profiles. (Featured profiles are currently shown on the user's own public profile.)
Relationship
The id of the account in the database
Search for matching accounts by username or display name.
Array of Account
Optional
params: SearchAccountsParamsParameters
The id of the account in the database
The id of the account in the database
Optional
params: FollowAccountParamsThe id of the account in the database
Remove the given account from the user's featured profiles.
Relationship
The id of the account in the database
Update the user's display and preferences.
the user's own Account with Source
Optional
params: UpdateCredentialsParamsParameters
Test to make sure that the user token works.
the user's own Account with Source
Generated using TypeDoc
Block the given account. Clients should filter statuses from this account if received (e.g. due to a boost in the Home timeline)
Returns
Relationship
See
https://docs.joinmastodon.org/methods/accounts/