List domain system users
GET/domains/:id/system-users
Returns a list of system users according to supplied parameters.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Returns all system users matching search criteria.
Bad request. The server cannot process the request.
Invalid or missing access token (JWT).
Not authorized to access this resource.
Entity not found.