ContributionsMost RecentMost LikesSolutionsRe: User Management @dmiller Thank you for sharing this. To improve our administration, we have created a pipeline using snaplogic metadata snaps that generates a report of all users and their respect project space/ project access. Re: BOX Account - Auto Refresh Token Not Always Refreshing Frequently Enough We are facing the same issue and we have raised this with Snaplogic Support. Awaiting for their reply. Re: BOX Account - Auto Refresh Token Not Always Refreshing Frequently Enough Hi, Do you have this error? ‘The API returned an error code: 401. Verify that the Box account is valid’ Re: How to convert linkedHashMap to list / json object Hello Anil, The pipeline exactly matches my requirement. Thank you for your time on this. Regards, Satya Re: How to convert linkedHashMap to list / json object Many thanks for the reply. This resolved my issue. How to convert linkedHashMap to list / json object Hi Team, I have an input json in linkedHashMap in below format: [ { “Path”: “/OrgName/shared”, “subject_type”: [ “GROUP”, “GROUP”, “GROUP”, “USER” ], “subject”: [ “Operations”, “admins”, “Architects”, “xyz@xyz.com” ], “perms”: [ [ “R”, “X”, “W” ], [ “R”, “X” ], [ “R”, “X” ], [ “R”, “X” ] ] }, { “Path”: “/OrgName/shared2”, “subject_type”: [ “GROUP”, “GROUP”, “GROUP”, “USER” ], “subject”: [ “Operations”, “admins”, “Architects”, “abc@abc.com” ], “perms”: [ [ “R”, “X”, “W” ], [ “R”, “X” ], [ “R”, “X” ], [ “R”, “X” ] ] } ] My requirement is to map the respective fields and need them in a file as below: { { “Path”: “/OrgName/shared”, “subject_type”:“GROUP”, “subject”:“Operations” “perms”: [ “R”, “X”, “W” ] }, { “Path”: “/OrgName/shared”, “subject_type”:“GROUP”, “subject”:“admins” “perms”: [ “R”, “X” ] }, { "Path": "/OrgName/shared", "subject_type":"GROUP", "subject":"Architects" "perms": [ "R", "X" ] }, { "Path": "/OrgName/shared", "subject_type":"user", "subject":"xyz@xyz.com" "perms": [ "R", "X" ] } } can it be achieved using any inbuilt snaps or should we go for a script? Any script snippets is appreciated. Regards, Satya SolvedUser Management Hi Team, My requirement is to list the users and the permission they have on project spaces and projects. I’m unable to get the complete info using the Public APIs. Is there any other process available to get the list ? Or do we need to develop our own pipeline using snaplogic metadata snaps? Please advise. Regards, Satya