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

Response

Retrieves the list of all provisioned users for an account.

{  
   "schemas":[  
      "urn:ietf:params:scim:api:messages:2.0:ListResponse"
   ],
   "totalResults":2,
   "Resources":[  
      {  
         "schemas":[  
            "urn:ietf:params:scim:schemas:core:2.0:User"
         ],
         "id":"ZW1pbGlhbm8udmllY2NhQGludGXXXXXXXXBhb2xvLmNvXXXX",
         "name":{  
            "familyName":"Bugs",
            "givenName":"Bunny"
         },
         "userName":"[email protected]",
         "externalId":"[email protected]",
         "accessRole":["admin","publisher"],
         "meta": {
             "resourceType": "User",
             "created": "2019-08-04T15:06:28.512669Z",
             "lastModified": "2021-03-29T11:02:47.862657Z",
             "location": "https://prodeu-dtapi.abbi.ioapi/private/users/scim/ZW1pbGlhbm8udmllY2NhQGludGXXXXXXXXBhb2xvLmNvXXXX"
      },{  
         "schemas":[  
            "urn:ietf:params:scim:schemas:core:2.0:User"
         ],
         "id":"dG9tLmFwaXRlc3RAd2Fsa21lLmNvbQ==",
         "name":{  
            "familyName":"Roger",
            "givenName":"Rabbit"
         },
         "userName":"[email protected]",
         "externalId":"roger.r",
         "accessRole":["publisher"],
         "meta": {
             "resourceType": "User",
             "created": "2019-08-04T15:06:28.512669Z",
             "lastModified": "2021-03-29T11:02:47.862657Z",
             "location": "https://prodeu-dtapi.abbi.ioapi/private/users/scim/dG9tLmFwaXRlc3RAd2Fsa21lLmNvbQ=="
      }
   ]
}