Creates a User.
POST/Users
The endpoint used to create a User resource. There are attributes marked as 'returned only by request', such as roles, which must be provided as part of the attributes query parameter in order to be included in the response.
Request
Responses
- 201
- 409
Creates a User and returns the resultant User.
Returned if userName is not unique.