Get the User list for specified realmId
GET/api/user/realmId/:realmId
API used to get the User list for specified realmId
Request
Responses
- 200
- 403
- 404
- 500
Returns the User list
Returns a HttpStatus.FORBIDDEN if the User does not have access to get the User list
Returns a HttpStatus.NOT_FOUND if the some of the underlying data does not match.
Internal error that prevented the retreival of User list