Hi Folks,
We have onboarded an application with Web Service connector. During account aggregation, we can see account scanned is ~25K but accounts actually aggregated in SailPoint is ~19K.
Endpoint to get user details:-
https://<application_name>/users/scim/Users?count=1000
This is the sample response.
{
“totalResults”: 10000,
“Resources”: [
{
“name”: {
“familyName”: “ABC”,
“givenName”: “XYZ”,
“formatted”: “ABC XYZ”
},
“roles”: “”,
“meta”: {
“resourceType”: “User”,
“created”: “”,
“last_modified”: “”,
“location”: “”
},
“emails”: [
{
“value”: “@compnay.com”
“type”: “work”,
“primary”: true
}
],
“active”: true,
“timezone”: “”,
“id”: “”,
“urn:ietf:params:scim:schemas:extension:enterprise:2.0:User”: {
“organization”: “”,
“division”: “”,
“department”: “Accessibility”,
“manager”: {
“displayName”: “”,
“value”: “”
}
},
“addresses”: [
{
“locality”: “”,
“region”: “”,
“country”: “”,
“type”: “work”
}
],
“userName”: “@company.com”,
“title”: “”,
“userType”: “”,
“schemas”: [
“urn:ietf:params:scim:schemas:core:2.0:User”,
“urn:ietf:params:scim:schemas:extension:enterprise:2.0:User”
]
},
Can someone please help on this.