Subuser:list

Retrieve the subuser list attached to your API account

Send the request below to our API server to retrieve the list of subuser accounts. You can use a subuser:add request to create and/or a subuser:remove request to delete subusers.

XML Template
<?xml version="1.0" encoding="UTF-8"?>
    <request xmlns:subuser="http://www.eurodns.com/subuser">
        <subuser:list/>
    </request>

<subuser:list> (Occurrences: 1)

If the action was successful, a list with the subusers will be returned:
<?xml version="1.0" encoding="UTF-8"?>
    <response xmlns:subuser="http://www.eurodns.com/subuser">
        <result code="1000">
            <msg>Command completed successfully</msg>
        </result>
        <resData>
            <subuser:list>
                <subuser:name id="#SUBUSER IDENTIFIER">#SUBUSER NAME#</subuser:name>
            </subuser:list>
        </resData>
    </response>

<subuser:list> (Occurrences: 1)

R #LISTCOUNTER# The total number of ip addresses in the list

<subuser:name> (Occurrences: 1+)

R #SUBUSER IDENTIFIER# The identifier of the subuser
R #SUBUSER NAME# The name of the subuser

Legend

O The element is optional and does not have to be specified in the request and/or answer
R The element is mandatory and has to specified in the request and/or answer