Adobe Connect Support Blog

April 19, 2019 /Meeting /XML API /

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:

  1. Login to your Adobe Connect Account using an Administrator login
  2. 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)
  3. 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:-

Response values:-

  • 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

 

Meeting, XML API

Join the discussion