Table of Contents
CreateAdminUser
Create webcast admin user using the information provided.
Example
Call=CreateAdminUser
Parameters={“AccessID”:”1234abc”,”AccessKey”:”abcde”,”WebcastID”:1485,”firstname”:”John”,”lastname”:”Doe”,”email”:”jdoe@here.com”,”contact_number”:”(613) xxx xxxx”,”password”:”somepassword”,”permission_id”:”17″}
The values pairs can be submitted using GET or POST. The firstname, lastname, email and permission_id are all required values. The contact_number can be 20 characters long, it is optional and no restrictions are made on the format. In the case of a user assigned permissions with a ‘Speaker’ level, an optional ‘deck_id’ can be passed to assign the user one or all the webcast slide decks. If the value of ‘0’ (default) is passed no deck is assigned to the user. A value of ‘1’ will give all decks to the user. If a deck/presentation ID is passed the speaker user will be assigned the single deck.
Example Return
User information returned on successful creation or an error; {“email”:”dsmicheals@here.com”,”firstname”:”Dave”,”lastname”:”Micheals”,”contact_number”:”(613) xxx xxxx”,”permission”:17}