I can get list of people most relevant to me by /me/people, from that list if I want to get a particular user by its id using /users/{id} then its not working.
I get internal server error
{
"error": {
"code": "ErrorInternalServerError",
"message": "An internal server error occurred. The operation failed.",
"innerError": {
"request-id": "daecb2b5-946f-48e9-8b44-11a8e593e768",
"date": "2018-05-09T01:58:34"
}
}
}
FYI I am firing API call as documented here