I had a customer ask today how they would go about adding users to a Meeting list. The follow shows how to do with this 4 different user types.
Action = permissions-update
Parameters = principal-id (the sco-id of the user in Breeze)
acl-id (the sco-id of the Meeting)
permission-id (the level of permission to set)
How to add a Participant:
http://nick/api/xml?&action=permissions-update&principal-id=1323&acl-id=927&permission-id=view
How to add a Host:
http://nick/api/xml?&action=permissions-update&principal-id=1323&acl-id=927&permission-id=host
How to add a Manager (manage from within the Breeze Manager):
http://nick/api/xml?&action=permissions-update&principal-id=1323&acl-id=927&permission-id=mange
How to add a Presenter:
http://nick/api/xml?&action=permissions-update&principal-id=1323&acl-id=927&permission-id=mini-host
