User
Create user
Creates a new user using one of the available operations
post/api/v1/users
Request body
Example request
{
"color": "ff0000",
"locale": "de_DE"
}Response
Resource successfully created response
Creates a new user using one of the available operations
{
"color": "ff0000",
"locale": "de_DE"
}Resource successfully created response