Skip to main content

User Management

The SDK provides user management functionality to create and retrieve users associated with wallet addresses:

User Management Methods

  • users.create(params): Creates a new user with the wallet address from the SDK configuration
  • users.getCurrentUser(): Gets the user associated with the current SDK wallet address
  • users.getByWalletAddress(address): Gets a user by their specific wallet address