v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Public - Security - Security

User Registration

User Registration - Create a new user on BeezUP

post/v2/public/security/register

Request body

emailstring required

Your email. We refuse disposable email.

passwordstring required

The password you want to use for your new account.
The password length must be greater or equals to 6 and lower or equals to 128.
The password must contains at least one number and one special character

cultureNamestring

Can be null. Default: en-GB. The culture name you want to use. FYI.
The email activation will use this culture.

commercialOwnerUserIdstring uuid

The user id of your commercial in BeezUP.

Example request

{
  "email": "myemail@mycompany.com",
  "password": "I@mW0nder$Full",
  "cultureName": "en-GB",
  "commercialOwnerUserId": "47ea14ab-195d-4f9a-a24e-32c329ee40f6"
}

Response

Customer registered