User Management

Create a user

The client has to have the create_user scope in order to be able to perform this operation.

post/auth/user

Headers

Content-Type'application/json' required

The Content-Type entity header is used to indicate the media type of the request.

Request body

emailUsername required— unresolved $ref
languageLanguage — unresolved $ref
full_nameFullName required— unresolved $ref
passwordPassword required— unresolved $ref

Response

User created