Adobe Connect User Community
Menu

#1 2010-07-29 11:37:31

**_shrutikanda_**

create a user - Error

I am trying yo create a user :

https://example.com/api/xml?action=principal-update
        &first-name=jazz&last-name=doe&login=jazz99@doe.com&password=hello
        &type=user&send-email=true&has-children=0&email=jazz99@doe.com


But it is giving me :

<?xml version="1.0" encoding="utf-8" ?>
- <results>
  <status code="too-much-data" />
  </results>

instead of following response, it was working correct before :

<principal type="user" principal-id="2007184341" has-children="0"
            account-id="624520">
  <login>jazzdoe@example.com</login>
  <ext-login>jazzdoe@example.com</ext-login>
  <name>jazz doe</name>
</principal>


Please suggest ASAP , if anybody knows about it ...

Thanks.

Offline

#2 2010-08-23 21:31:56

**_firebug_**

Re: create a user - Error

do you have your own Connect install or is it Licensed?

Last edited by **_firebug_** (2010-08-24 01:17:17)

Offline

#3 2010-08-23 21:45:30

**_shrutikanda_**

Re: create a user - Error

I got it resolved... by using "type" as "user" while creating new user.For some reason i was trying different "type" , which was breaking adobe database , thus was getting this response...

Offline

Board footer