You can use user.post to create a named user.
Method
Post
File
http://<serverURL>/api/v1/create_user
Arguments
Create a new user with an authentication token:
http://www.example.com.au/api/v1/create_user?token=4be9bf38-e15b-4d9e9744-137c20b78871
Return schema
The returned XML file uses the following schema.
transaction | transaction (order), filtered by uuid |
status | order status: PENDING - submitted and waiting for Pronto Xi response ERROR - transaction submission failed COMPLETE - round trip complete |
result | result file URL. This is blank until Pronto Xi has received and processed the transaction and returns result information such as an order number. |
Return example (XML)
<transaction uuid="5e8c60f1-597a-4278-9217-9615f1b9e6e0">
<status>COMPLETE</status>
<result>/api/v1/user/new_test_user1@pronto.net</result>
</transaction>