Skip to main content
Participant
April 13, 2011
Question

Export User List

  • April 13, 2011
  • 3 replies
  • 2970 views

Is there a way to export user information from Adobe Connect?  I need to provide a report on who in my organization is currently a Meeting Host.  I'd like to export my list of Meeting Hosts.  I have tried selecting the users and copying and pasting, but that doesn't work.  Reports only show users who have activity.  In my case, I want a complete list of users so I can show who actively uses the platform and who doesn't.   I don't want to go through and manually collate data for 70+ users.

This topic has been closed for replies.

3 replies

saralopes112
Participant
April 24, 2011

I was looking for same thing thank for share with us all .

April 15, 2011

You can easily create the report you want using the REPORTS section in Adobe Connect Central. You can create a report under the selection for SYSTEM USAGE, then choose from the drop down filter GROUP USAGE, then choose MEETING HOSTS. The report is created showing all activity by host and you can save it as a CSV file.

mcucinat
Participating Frequently
April 14, 2011

You can create an application using the XML APIs.

Look at http://help.adobe.com/en_US/connect/8.0/webservices/connect_8_webservices.pdf for the reference.

Look at page 23 for the basics about finding users in groups, or page 28 to work with permissions.

Basically, using the sco information you loop through the meetings, identifying who is the "host" user/s for each meeting. Or you can list users in a given group.

there is already a similar question answered at this link.

You may want to continue discussions in the appropriate forum (http://forums.adobe.com/community/adobeconnect/acrobat_connect_xml)