api.profile.add
Creates a new profile under the user account associated with the api_key.
Arguments
- api_key
- Your API application key. See here for more details on api_key.
- name
- name to assign to the new profile
- api_sig
- Secure signature of the api parameters. See here for details on api_sig.
Example Response
The response format is a simple XML block.
Success Response
<?xml version="1.0" encoding="utf-8" ?>
<response status="ok">
<id>p-1234567</id>
</response>
Error Response
<?xml version="1.0" encoding="utf-8" ?>
<response status="fail">
<code>[error-code]</code>
<msg>[error-message]</msg>
</response>