How to Modify Access Levels in Bulk for Adobe Connect Meetings using the Web Services API
DESCRIPTION: How to bulk modify access level for Adobe Connect meetings using the Adobe Connect Web Services XML API.
ENVIRONMENT:
- Adobe Connect Hosted/ On-premise version 11.3 and later.
INFORMATION:
Parameter values for different meeting access level:
- Anyone who has the URL for the Meeting can enter the room = “anyone”
- Registered users may enter the room = “registered-users”
- Account members may enter the room = “account-members-only”
- Accepted guests may enter the room = “accepted-guests”
- Account members may enter the room without host being present= “account-members-and-accepted-guests”
SOLUTION:
- Login to the Adobe Connect account as an Administrator.
- Run this Web Services API command to perform a bulk modification of access levels for Adobe connect meetings: http://sample.com/api/xml?action=bulk-modify-meetings-access-level&target-access-level=account-members-and-accepted-guests&source-access-level=anyone
- (NOTE: In the above link modify the domain, target-access-level and source-access-level.)
- ——————————————————————————————————–
- source-access-level is the current access level for Meeting
- target-access-level is the expected access level for Meeting
Administration, Adobe Connect 12, Adobe Connect 12.4, Adobe Connect 12.6.0A, Adobe Connect 12.6.d, General, Install, Meeting, Seminars, Virtual Classroom, XML API