How to get the name of the users added to a Meeting and their permissions using XML API
Objective: How to get the name of the users added to a Meeting and their permissions using XML API?
Environment:
- Adobe Connect Hosted
- Adobe Connect On-premise
Solution:
- Login to your Adobe Connect Account using an Administrator login
- Run the following API: http://example.com/api/xml?action=permissions-info&acl-id=xxxxxx&filter-out-permission-id=null
(NOTE: acl-id= sco-id of the meeting for which you want to obtain the list of users added to it) - Sample Request from my local account testing :
https://na1-t1connectsupport.adobeconnect.com/api/xml?action=permissions-info&acl-id=2723830849&filter-out-permission-id=null
Sample Response:-
- principal-id – principal-id of the user
- login – login-id of the user
- Name – name of the user
- permission-id=”host” – user is a host
- permission-id=”mini-host “– user is a presenter
- permission-id=”view” – user is a participant