Dashboard > Bla-bla List > ... > REST API > changeemail
Bla-bla List Log In | Sign Up   View a printable version of the current page.
changeemail


Added by Geert Bevin, last edited by Geert Bevin on Mar 24, 2005  (view change)
Labels: 
(None)

(authenticated)

Changes the email address of an account.

Submissions
changeEmail
Performs the email change.
Parameters
email The new email address of the account.
email2 The new email address of the account, repeated.
Errors
MANDATORY:email The email wasn't provided.
INVALID:email The email was not valid.
WRONGLENGTH:email The email was too long (max. 100 chars).
UNICITY:email The email already exists.
MANDATORY:email2 The second email wasn't provided.
INVALID:email2 The second email was not valid.
WRONGLENGTH:email2 The second email was too long (max. 100 chars).
NOTSAME:email2 The repeated email wasn't the same as the first email.

example request

http://blablalist.com/changeemail?
    authid=622c895dec2d96cf127f0d557785d200&
    submission=changeEmail&
    email=johnsmith@othercompany.com&
    email2=johnsmith@othercompany.com

example result

<changeemail authid="622c895dec2d96cf127f0d557785d200">
    <success/>
</changeemail>



Are you enjoying Confluence? Please consider purchasing it today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.1a Build:#515 May 19, 2006) - Bug/feature request - Contact Administrators