Access Profile Members

Is there a way through Search or UI to get the members of an specific access profile?

Yes, the @access array, which is part of the identity object data model, contains all access items that belong to an identity including entitlements, access profiles and roles.

If you wanted to find all identities that have the “PRISM user” access profile, the search would look like this:

@access(type:ACCESS_PROFILE AND name:"PRISM user")

Great Christina, that worked!