Adobe Connect API : convert guest to user
I am trying to extend a java integration which adds users into meetings/seminars in adobe. The problem that is being experienced is that the code was originally using "principal-list" to see if the user already existed or if a new one was needed, however, if a guest already existed with a given email address then a new principal could not be created. So I know I can change the lookup to use "report-bulk-users" which looks to include guests but I am not sure if there is a way of converting the guest to a user. I know it is possible through the Adobe Connect UI but not sure if it is exposed through API.
I have tried using principal-update with the principal-id of the guest along with type being user but that doesnt seem to work and from looking at the documentation type can only be used when creating a new principal.
