The sample shows a valid bearer token for the request. The response returns a 200 OK
message and the requested information about the specified user.
If the access token is missing, expired, or invalid for any reason, the server responds with a status code of 401 Unauthorized
and a detailed error message.
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error"
],
"scimType": "invalid_token",
"status": 401,
"detail": "Access token is expired or otherwise invalid."
}