Skip to main content
Version: 2.75.x.x LTS

UserInfo error response

When an error occurs, the UserInfo Service returns an error response.

For example, the following response is returned if the caller user could not be fetched:

HTTP/1.1 500 Internal Server Error
{
"messages": {
"errors": [
"A rest call encountered an internal server error!"
]
},
"response": null
}