Account Handlers

The Profile category manages user profile operations, including retrieving and updating profile data for individual or multiple users.

Contained Handlers:

  1. Update Profile Allows users to update their profile details, such as username, description, and profile picture.

    • Example Usage: A user updates their bio or uploads a new profile photo.

    • Key Parameters: username, description, profile_picture_url.

    • Common Scenarios: Profile customization.

  2. Get Profile Fetches the profile information of a single user based on their address.

    • Example Usage: View a user’s public profile.

    • Key Parameters: address.

    • Common Scenarios: Profile page display.

  3. Get Profiles Retrieves profile information for a batch of users based on their addresses.

    • Example Usage: Fetch profiles of users involved in a group chat or a leaderboard.

    • Key Parameters: addresses.

    • Common Scenarios: Group profile views, leaderboard integration.

Last updated