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":"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"
}
}
]
}