If I'm creating an user through the soap api, what parameter do I need to assign the COS ID? which attribute?
47 <CreateAccountRequest>
48 <name>...</name>
49 <password>...</password>*
50 <a n="attr-name">...</a>+
51 </CreateAccountRequest>
52
53 <CreateAccountResponse>
54 <account name="{name}" id="{id}">
55 <a n="...">...</a>+
56 </account>
57 </CreateAccountResponse>
58 |