Create new system user
POST/domains/:id/system-users
Create a new system user.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
The system user was successfully created.
Response Headers
Location
URL to the resource that got created.
Bad request. The server cannot process the request.
Invalid or missing access token (JWT).
Not authorized to access this resource.
Entity not found.
System user already exists.