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 configurationusers.getCurrentUser()
: Gets the user associated with the current SDK wallet addressusers.getByWalletAddress(address)
: Gets a user by their specific wallet address