I can't find guest users I create via API calls
I'm trying to create guest users with adobe connect 9 via the api.
So I call principal-update with type=guest, the first time, it works well.
Obviously, if I try the same call again with the same user login, it fails saying it's a duplicate. The problem is that I can't find the guest user anywhere, I tried principal-list and report-build-users but in both case, the user is not listed.
I tried to look for the users onto the web app and I can't find that guest user anywhere.
Since the API is complaining that the user I try to create is a duplicate the second time, I suppose this user is stored somewhere, so where should I look to get him ?
Thanks,
