Retrieves the list of all provisioned users for an account

GET

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

{  
   "schemas":[  
      "urn:ietf:params:scim:api:messages:2.0:ListResponse"
   ],
   "totalResults":2,
   "Resources":[  
      {  
         "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":"2021-08-01T18:29:49.793Z",
            "lastModified":"2021-08-01T18:29:49.793Z",
            "lastLogin": "2021-10-25T14:29:41.000Z",
            "location":"https://api.walkme.com/public/v1/scim/Users/2819c223-7f76-453a-919d-413861904646"
         },
         "allowedSystems": [
         		"1234e22e-70d1-4f8d-b77a-12345f488f24"
        ]
      }
   ]
}