AccountsApi
Functions
Link copied to clipboard
Blocks the given account.
Link copied to clipboard
Sets a private note on a user.
Link copied to clipboard
Adds the given account to the user's featured profiles.
Link copied to clipboard
abstract suspend fun followAccount(accountId: String, reblogs: Boolean? = null, notify: Boolean? = null): Relationship
Follows the given account.
Link copied to clipboard
Gets information about a profile.
Link copied to clipboard
Gets tags featured by this account.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets identity proofs for this account.
Link copied to clipboard
Gets the user lists that you have added this account to.
Link copied to clipboard
Gets the relationship between the current account and the given accounts.
Link copied to clipboard
Link copied to clipboard
Mutes the given account.
Link copied to clipboard
Creates a user and account records.
Link copied to clipboard
Unblocks the given account.
Link copied to clipboard
Removes the given account from the user's featured profiles.
Link copied to clipboard
Unfollows the given account.
Link copied to clipboard
Unmutes the given account.
Link copied to clipboard
abstract suspend fun updateCredentials(displayName: String? = null, note: String? = null, avatar: File? = null, header: File? = null, isBot: Boolean? = null, isDiscoverable: Boolean? = null, isLocked: Boolean? = null, isSensitive: Boolean? = null, privacy: StatusVisibility? = null, language: String? = null, fields: List<Field>? = null): Account
Updates the user's display and preferences.
Link copied to clipboard
Verifies that the user token works.