Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Create user

Create a new user in your WeWeb Auth user list, so they can sign in to your app.

This is useful for admin panels, invites, and creating test users.

Only available with WeWeb Auth

These Users actions are only available when your project uses WeWeb Auth.

Learn more about authentication →

Add the action

  1. In Data & API, open your API Endpoint workflow.
  2. Click + Add an action.
  3. Open Users.
  4. Select Create user.

Configuration

SettingWhat it does
EmailThe user’s email address.
PasswordThe user’s password.
NameOptional display name for the user.
Profile Image URLOptional profile image URL.
RolesOptional list of role names to give the user.
Email VerifiedMarks the user’s email as already verified.

Example: create a user from an admin form

  1. Build a form in Interface with inputs like EmailInput, PasswordInput, and RoleSelect.
  2. Call your API Endpoint from an interface workflow (WorkflowsAPI).
  3. In your API Endpoint workflow, add Create user and bind:
    • Email → Your email input value
    • Password → Your password input value
    • Roles → The selected roles (optional)
  4. Finish with Send response to return a success message.

CONTINUE LEARNING

Learn how to edit an existing user.

Update user →