Get Single User

Retrieves the details of a specific user in an account

GET https://api.walkme.com/public/v1/scim/Users/:user_id

{  
   "schemas":[  
      "urn:ietf:params:scim:schemas:core:2.0:User"
   ],
   "id":"2819c223-7f76-453a-919d-413861904646",
   "name":{  
      "familyName":"Bugs",
      "givenName":"Bunny"
   },
   "userName":"[email protected]",
   "externalId":"[email protected]",
   "accessRole":"2819c223-7f76-453a-919d-74017042937",
   "meta":{  
      "resourceType":"User",
      "created":"2011-08-01T18:29:49.793Z",
      "lastModified":"2011-08-01T18:29:49.793Z",
      "location":"https://api.walkme.com/public/v1/scim/Users/2819c223-7f76-453a-919d-413861904646"
   }
}