v1

latestOpenAPI 3.1.02026-08-067019120.8 KB
Users

Create a new user

Creates a user with a given e-mail address and password. Requires admin privileges or the access_user_info + create_user permissions.

post/api/user/new

Request body

usernamestring email required

The user's e-mail address.

passwordstring

The user's password (min 4, max 254 characters). If omitted, a random password is generated.

first_namestring
last_namestring
countrystring
subdivisionfirststring
subdivisionsecondstring
subdivisionthirdstring
organizationstring
timezonestring
languagestring

Response

User created successfully.

user_idinteger
passwordstring