Creates a new user. The userName
parameter can be an e-mail address. All fields have a size limit of 64 characters.
{ string userName; string firstName; string lastName; string password; string comment; };
userName The unique user (login) name.
firstName The user's first name.
lastName The user's last name.
password The user's password.
comment An optional comment about the user.
INTERNAL – In future releases, may not be backward compatible or may not be supported at all.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |