Hi,
I have set up a connection to MicroStrategy using an Adobe Analytics Web OAuth API. I would like to access segments that are owned by users other than those in which authenticated to the connection. Is there a way to get all of the segments from a workspace even if they are not owned by me from the API?
Thank you
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Just like inside Workspace, you should only be able to access segments which are created by or shared with you. Whether that is through logging in, or thorough an oauth connection, you should not have rights to see anything beyond the scope of permissions.
Allow you to access anything not shared with you would be a security issue.
Views
Replies
Total Likes
Thank you very much for the response. I should have specified. Within the workspace I can see all the segments shared with me. However from the API, I can only see segments I created myself.
Oh, that is interesting indeed... If you have permissions (i.e. shared) I would expect that should have worked....
I see on https://developer.adobe.com/analytics-apis/docs/2.0/apis/ that there should be an option in the API to include different types of segments:
I wonder if not including this defaults to just "owned"?
Maybe try added includeType on your request?
Good luck!
Views
Replies
Total Likes