Hi ,
Does anyone know a way to report on user attributes, we want to be able to pull the ldap username into a report for our Ops team to view. User Explore does not seem to contain an option.
thanks
Solved! Go to Solution.
user_attributes are not part of the User System Activity explore.
A solution for reporting is facilitation of the API. For example: Use the Get All Users call first to get all users, then use the user ids to loop through the Get User Attribute Values call and extract all the user attributes and their values per user.
Thanks
Marc
user_attributes are not part of the User System Activity explore.
A solution for reporting is facilitation of the API. For example: Use the Get All Users call first to get all users, then use the user ids to loop through the Get User Attribute Values call and extract all the user attributes and their values per user.
Thanks
Marc