v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
User

Create user

Creates a new user using one of the available operations

post/api/v1/users

Request body

usernamestring required
emailstring required
passwordstring required
descriptionstring
colorstring

Hexadecimal color value in 6-digit format without the leading # character.

locale'de_DE' | 'en_US'

ISO 15897 locale which matches one of the available locale values.

Example request

{
  "color": "ff0000",
  "locale": "de_DE"
}

Response

Resource successfully created response