Skip to content

User

A user

type User {
id: Int!
name: String!
about(
asHtml: Boolean
): String
avatar: UserAvatar
bannerImage: String
isFollowing: Boolean
isFollower: Boolean
isBlocked: Boolean
bans: Json
options: UserOptions
mediaListOptions: MediaListOptions
favourites(
page: Int
): Favourites
statistics: UserStatisticTypes
unreadNotificationCount: Int
siteUrl: String
donatorTier: Int
donatorBadge: String
moderatorRoles: [ModRole]
createdAt: Int
updatedAt: Int
stats: UserStats @deprecated
moderatorStatus: String @deprecated
previousNames: [UserPreviousName]
}

The id of the user

The name of the user

The bio written by user (Markdown)

Return the string in pre-parsed html instead of markdown

The user’s avatar images

The user’s banner images

If the authenticated user if following this user

If this user if following the authenticated user

If the user is blocked by the authenticated user

The user’s general options

The user’s media list options

The users favourites

Deprecated. Use page arguments on each favourite field instead.

The users anime & manga list statistics

The number of unread notifications the user has

The url for the user page on the AniList website

The donation tier of the user

Custom donation badge text

The user’s moderator roles if they are a site moderator

When the user’s account was created. (Does not exist for accounts created before 2020)

When the user’s data was last updated

The user’s statistics

If the user is a moderator or data moderator

The user’s previously used names.

Follower query ● Following query ● Like query ● ToggleFollow mutation ● ToggleLike mutation ● UpdateUser mutation ● User query ● Viewer query

ActivityLikeNotification object ● ActivityMentionNotification object ● ActivityMessageNotification object ● ActivityReply object ● ActivityReplyLikeNotification object ● ActivityReplyNotification object ● ActivityReplySubscribedNotification object ● AniChartUser object ● CharacterSubmission object ● FollowingNotification object ● InternalPage object ● ListActivity object ● MediaList object ● MediaListCollection object ● MediaSubmission object ● MessageActivity object ● ModAction object ● Page object ● Recommendation object ● Report object ● Review object ● RevisionHistory object ● Staff object ● StaffSubmission object ● TextActivity object ● Thread object ● ThreadComment object ● ThreadCommentLikeNotification object ● ThreadCommentMentionNotification object ● ThreadCommentReplyNotification object ● ThreadCommentSubscribedNotification object ● ThreadLikeNotification object ● UserModData object