UserCreator encapsulates all the information needed to create a new User in the system.
http://eurotech.com/edc/2.0
name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
accountId | long | element | edc | 1/1 | required | |
username | string | element | edc | 0/1 | ||
password | string | element | edc | 0/1 | ||
displayName | string | element | edc | 0/1 | ||
string | element | edc | 0/1 | |||
phoneNumber | string | element | edc | 0/1 |
Example
<userCreator xmlns="http://eurotech.com/edc/2.0"> <accountId>...</accountId> <username>...</username> <password>...</password> <displayName>...</displayName> <email>...</email> <phoneNumber>...</phoneNumber> </userCreator>