#1 2010-07-29 09:37:31
- shrutikanda
- Member Rank:
Participant
What's This - Posts: 9
create a user - Error
RESOLVED
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 19:31:56
- firebug
- Member Rank:
New Member
What's This - Posts: 1
Re: create a user - Error
do you have your own Connect install or is it Licensed?
Last edited by firebug (2010-08-23 23:17:17)
Offline
#3 2010-08-23 19:45:30
- shrutikanda
- Member Rank:
Participant
What's This - Posts: 9
Re: create a user - Error
ACCEPTED SOLUTION
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

