Retrieve a user in a realm
GET/user/:realm/:userId
Returns one user when it belongs to the requested accessible realm. Without read-admin permission, callers may retrieve only their own user.
Request
Responses
- 200
- 401
- 403
- 404
The request completed successfully
Authentication is required or the supplied credentials are invalid
The authenticated user does not have permission to perform this operation
The requested resource does not exist