Skip to main content

Is there a way to filter user by the group that they are assigned to? Or to view all the users assigned to a group in the UI? I know we can pull the XML of the org and look through that but just looking for a quicker/ cleaner way to see who is assigned to a specific group.

Hi George,

while I’m unaware if this is possible through the UI, you could run following query against the PSO System Database and export the results into an Excel-Spreadsheet (format as table so you can filter on Group_ID):
 

select * from USER_GROUP

 


Best regards
Roman


Hi George,

You can submit this as a feature request on the Idea wall. Our suggested solution would be to add a ‘Users’ tab to the ‘Groups’ page on the Administration workspace.

Kind regards,

Khalid

 


Reply