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, clickAdd an action. - Select
From Authentication→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).

