Appearance
Set user (Custom auth)
Use this action to set the current user object (for example { id, email, roles }) after you retrieve it from your own system.
Add the action
- In an
Interfaceworkflow, click+ Add action. - Select
Custom auth→Set user.
Configure the action
- User: The user object you want WeWeb to use as the current user.
Most teams run this right after a “Get current user” request (for example an API call that returns the user profile).

