User Resource
The User resource represents a Fluxer user account with profile information, authentication details, and premium status.User Object
Structure
Unique user identifier
The user’s unique username (2-32 characters)
The user’s discriminator number (0-9999). Premium users can have 0.
The user’s display name (1-32 characters)
Whether this user is a bot
Whether this is a system user (Fluxer official)
The user’s email address (private, only visible to the user)
Whether the email has been verified
The user’s phone number (private)
Hash of the user’s avatar image
Fallback color for the avatar (RGB integer)
Hash of the user’s profile banner
Fallback color for the banner (RGB integer)
User’s theme accent color (RGB integer)
User’s profile bio (max 190 characters)
User’s pronouns (max 40 characters)
User’s preferred locale (e.g., “en-US”)
Bitfield of user flags (see User Flags)
Publicly visible subset of flags
Premium subscription type (see Premium Types)
When the user’s premium subscription started
Example User
User Flags
User flags are a bitfield representing various user states and badges.Premium Types
Authenticator Types
Endpoints
Get Current User
Get User
Modify Current User
New username (2-32 characters)
New display name (1-32 characters, null to remove)
Base64 encoded image data or null to remove
Base64 encoded image data or null to remove
New bio (max 190 characters)
New pronouns (max 40 characters)
New accent color (RGB integer)
Delete User
User’s current password for verification
Related Resources
- Guild Members - User’s guild memberships
- Relationships - User’s friend list and blocks
- User Settings - Preferences and configuration
- Premium - Premium subscription details