Appearance
Update user
Update an existing user in your WeWeb Auth user list.
You can use this to change details like their name, roles, or email verification status.
Only available with WeWeb Auth
These Users actions are only available when your project uses WeWeb Auth.
Add the action
- In
Data & API, open your API Endpoint workflow. - Click
+ Add an action. - Open
Users. - Select
Update user.
Configuration
| Setting | What it does |
|---|---|
Select fields to update | Lets you choose which fields you want to change. If you select fields here, WeWeb only shows inputs for those fields. |
User ID | The ID of the user you want to update. |
Email | New email address (optional). |
Name | New name (optional). |
Profile Image URL | New profile image URL (optional). |
Roles | New list of role names (optional). |
Email Verified | Updates whether the email is verified. |
Example: change a user’s roles
- In your workflow, add
Update user. - Set
Select fields to updateto includeRoles. - Bind:
User ID→ The user you want to editRoles→ The new role list (for example["admin"])

