Optional
accepts_if false, this account will reject all chat messages.
Optional
actor_the type of this account.
Optional
allow_if true, allows automatically follow moved following accounts
Optional
also_array of ActivityPub IDs, needed for following move
Optional
avatarAvatar image encoded using multipart/form-data
Optional
avatar_Description of avatar image, for alt-text.
Requires featuresFeatures.accountAvatarDescription.
Optional
background_sets the background image of the user. Can be set to "" (an empty string) to reset.
Optional
botBoolean. Whether the account has a bot flag.
Optional
custom_Custom CSS to use when rendering this account's profile or statuses. String must be no more than 5,000 characters (~5kb).
Requires instance.configuration.accounts.allow_custom_css
.
Optional
default_the scope returned under privacy key in Source subentity
Optional
discoverableBoolean. Whether the account should be shown in the profile directory. Requires featuresFeatures.accountDiscoverability
Optional
display_String. The display name to use for the profile.
Optional
enable_Enable RSS feed for this account's Public posts at /[username]/feed.rss
Requires featuresFeatures.accountEnableRss.
Optional
fields_Hash. The profile fields to be set. Inside this hash, the key is an integer cast to a string (although the exact integer does not matter), and the value is another hash including name and value. By default, max 4 fields.
String. The name of the profile field. By default, max 255 characters.
String. The value of the profile field. By default, max 255 characters.
Optional
headerHeader image encoded using multipart/form-data
Optional
header_Description of header image, for alt-text. Requires featuresFeatures.accountAvatarDescription.
Optional
hide_Boolean. Whether to hide followers and followed accounts.
Optional
hide_if true, user's favorites timeline will be hidden
Optional
hide_if true, user's followers will be hidden
Optional
hide_if true, user's follower count will be hidden
Optional
hide_if true, user's follows will be hidden
Optional
hide_if true, user's follow count will be hidden
Optional
indexableBoolean. Whether public posts should be searchable to anyone.
Optional
is_Whether the user is a cat
Optional
languageuser's preferred language for receiving emails (digest, confirmation, etc.)
Optional
lockedBoolean. Whether manual approval of follow requests is required.
Optional
mention_Mention policy Required featuresFeatures.accountMentionPolicy.
Optional
no_if true, html tags are stripped from all statuses requested from the API
Optional
noteString. The account bio.
Optional
settings_Opaque user settings to be saved on the backend.
Optional
show_if true, user's role (e.g admin, moderator) will be exposed to anyone in the API
Optional
skip_if true, skip filtering out broken threads
Optional
sourceOptional
language?: stringString. Default language to use for authored statuses (ISO 6391)
Optional
privacy?: stringString. Default post privacy for authored statuses. Can be public, unlisted, or private.
Optional
sensitive?: stringBoolean. Whether to mark authored statuses as sensitive by default.
Optional
speak_Whether the user speaks as a cat
Optional
web_Layout to use for the web view of the account.
microblog
: default, classic microblog layout.gallery
: gallery layout with media only.
Requires featuresFeatures.accountWebLayout.Optional
web_Posts to show on the web view of the account.
public
: default, show only Public visibility posts on the web.unlisted
: show Public and Unlisted visibility posts on the web.none
: show no posts on the web, not even Public ones.
Requires featuresFeatures.accountWebVisibility.