Use the atg-rest-transient control parameter to create transient repository items. Set the value of the parameter to true. The following command creates a transient repository item.

curl -v -b cookies.txt -X POST -H "Content-Type: application/xml" \
-d "<parameters><login>agold</login><lastName>Gold</lastName>
<firstName>Abbey</firstName><email>agold@example.com</email>
<password>mypassword</password></parameters>" \
http://myserver:8080/rest/repository/atg/userprofiling/ProfileAdapterRepository/
user?atg-rest-transient=true

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices