Profile/Attribute Master: Using Postman to discover

Is there a collection that will list all users by which profile they are mastered by? We have several active directories from different entities, some of the users are mastered by AD and others are mastered by our HR system.

Also, there are certain attributes that are mastered by different apps as well. Is there a collection for this as well?

Thanks,
Tiff

If you query the users API, you can filter on the provider branch:

},
“credentials”: {
“recovery_question”: {
“question”: “Who is your favorite sports player?”
},
"provider": {
“type”: “LDAP”,
“name”: “cn=XYZ”
}

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.