Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

 

 

DescriptionURIRequest MethodRequest ParamsRequest BodyResponse BodyError ConditionsAuthority
Request email validation for new user. No information is saved server-side, but a URL is sent to the specified email addressl in which the request information is embedded.  The URL is a link in the Synapse Portal where user registration is completed./userPOSTdomain (Synapse or Bridge)

fname

lname

email

 

400 Status if user name or email is invalid or already used.

 
 Create new account, validating email address used. (The server creates the new account, binding the user name and email aliases, then creates a session and returns the session token.)/account----validation-token*session token400 Status if user name or email is invalid or already used, or if the time limit has passed.--
Set or update user name for existing account./usernamePOST----------
        
        
   --   self

 

*Account creation validation token contains:

first name

last name

email

domain

time stamp

The information is either encrypted or sent in clear text but with a digital signature

 

 

  • No labels