How To: Get a list of workspaces current user has access to.. via REST API

I was wondering what the best way would be to get a list of Workspaces the current user has access to. I want to do this via the API if possible. Can I use the Document.Filter Command Endpoint to do this if I filter on workspace as the type?

0 votes

1 answers

2485 views

ANSWER



It seems easier to create a dedicated operation chain server side then access it through the automation API : logging in as the mentionned user and then a NXQL query should do it

0 votes