Can only be used by users with the ADMIN role. Creates a new user record with the provided details. If the password field is left blank, a random password of 12 alphanumeric characters is generated. After the user is created, a welcome email is sent to the relevant user’s email address (username). Password information is included in this email.
User Name in E-Mail Format for Registration
First Name for Registration
"John"
Last Name for Registration
"Doe"
User Locale for Registration
"tr_TR"
User Timezone Id. You Can Find a List of 'TZ identifier' on page https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
"Europe/Istanbul"
User's Roles
{msg:swagger.schema.users.create-user.roles}
GUEST, API_USER, STANDARD_USER, POWER_USER, EXTENDED_USER, ADMIN "['STANDARD_USER', 'API_USER']"
User's Status
INACTIVE, ACTIVE, EXPIRED, BLOCKED, DELETED "['ACTIVE']"
Password for Registration
"password"
Mid Name for Registration
"Bob"
Successful New User Creation
ID Number of Registered User
"8e94a551-5b86-40ba-ae55-b019dee5cc25"
Registered User Name
Registered User First Name
"John"
Registered User Last Name
"Doe"
Registered User Locale
"tr_TR"
Registered User Time Zone Id
"Europe/Istanbul"
Registered User Roles
{msg:swagger.schema.auth.register-response.roles}
GUEST, API_USER, STANDARD_USER, POWER_USER, EXTENDED_USER, ADMIN "API_USER"
Registered User Status
INACTIVE, ACTIVE, EXPIRED, BLOCKED, DELETED "INACTIVE"
Registered User Mid Name
"Bob"