logo_smallAxellero.io

User Management

Nodes for user authentication and account management.

User management nodes handle authentication, registration, and user account operations in your workflows.

Available Nodes

NodeDescription
Sign InAuthenticate users with credentials
Sign OutEnd user sessions
Create UserRegister new accounts
Update UserModify user information
Remove UserDelete user accounts
Get UserRetrieve user details
Users ListQuery and list users
Confirm RegistrationVerify user email addresses
Reset PasswordHandle password reset requests
Set Reset CodeGenerate password reset codes
Refresh TokenRenew authentication tokens
Get SessionRetrieve session information

Common Patterns

User Registration Flow

  1. Create User → sends verification email
  2. Confirm Registration → activates account
  3. Sign In → provides access tokens

Password Reset Flow

  1. Set Reset Code → sends reset email
  2. Reset Password → validates code and updates password

Authentication Flow

  1. Sign In → returns access and refresh tokens
  2. Use access token for API requests
  3. Refresh Token → renew expired access tokens
  4. Sign Out → invalidates all tokens