post /users

Adds a user.

Adds a new user, and returns its ID.

Request body

userRequest (required)
UserRequest The details about the user to add.

Responses

201
Success. User has been created.

400
The request syntax is malformed.

403
The user is not authorized to create a new user.