Account / UserService
User
UserService provides operations to manage and retrieve user-related data.Operations
Select an operation to inspect its request, response, and runnable examples.GetProfile
GetProfile retrieves detailed profile information for a specific user ID or "me" for the current user.
/api.v1.user.UserService/GetProfileUpdateProfile
UpdateProfile modifies the current user's profile information, including metadata and binary media.
/api.v1.user.UserService/UpdateProfileGetUserLayouts
GetUserLayouts retrieves the custom UI layout configurations for the authenticated user.
/api.v1.user.UserService/GetUserLayoutsUpdateUserLayout
UpdateUserLayout saves or modifies a specific UI layout configuration for the user.
/api.v1.user.UserService/UpdateUserLayoutResetPassword
ResetPassword allows the authenticated user to change their current password.
/api.v1.user.UserService/ResetPasswordGetUserQuickStats
GetUserQuickStats returns a summary of the user's engagement (watchlist count, likes, etc.).
/api.v1.user.UserService/GetUserQuickStatsGetUserAnimeWatchStats
GetUserAnimeWatchStats retrieves heatmap data representing the user's watch activity over time.
/api.v1.user.UserService/GetUserAnimeWatchStatsExportContributionData
ExportContributionData returns the authenticated member's comments and reviews as JSON.
/api.v1.user.UserService/ExportContributionData