Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Report to show all groups a user belongs
Chukwudi_Awaibe
Pls I need a report that will show all groups that a user belongs including the user's base group
Find more posts tagged with
Comments
Tim_Hunter
This query only works on oracleselect level as depth,kuc.id,kuc.childid,g.id groupid,g.name groupnamefrom kuafchildren kuc,kuaf gwhere kuc.id = g.idstart with kuc.childid = %1connect by prior kuc.id = kuc.childidorder siblings by childidif you look around the forums you can find examples similar for mssql
Chukwudi_Awaibe
Thanks, We use oracle and it worked perfectly well.