GET https://prodeu-dtapi.abbi.io/api/private/users/scim/:user_id

Response

{  
   "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":null,
   "accessRole":["contentEditor"],
   "meta": {
        "resourceType": "User",
        "created": "2019-09-03T08:22:41.210543Z",
        "lastModified": "2021-03-29T10:41:51.57358Z",
        "location": "https://prodeu-dtapi.abbi.ioapi/private/users/scim/ZW1pbGlhbm8udmllY2NhQGludGXXXXXXXXBhb2xvLmNvXXXX"
    }
}