Download AAM User List | Community
Skip to main content
April 29, 2020
Question

Download AAM User List

  • April 29, 2020
  • 1 reply
  • 5424 views

Hi,

 

We wanted to download AAM user list and couldnt find a way to retrieve it . In Analytics we have a way to pull the list of users via CSV . Any quick help is appreciated

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

snielson
Adobe Employee
Adobe Employee
April 29, 2020

Hello,

Currently there is no built in option within the UI. However, this is possible to pull using our REST API. You'll want to send a GET request to https://api.demdex.com/v1/users/ with your bearer token, and this should provide a list of all your AAM users in a format that can be converted to CSV fairly easy.

 

Another alternative is to open a ticket with our support team, and we can pull a CSV from some DB queries. If going this route, please provide any of the following when opening a ticket: AAM subdomain, partner ID (PID), IMS org ID.

 

Regards,

Shane

spulijalaAuthor
April 29, 2020
Thanks Shane, will try out the API route .