Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

NameSourceMandatoryTypeSpecial FormatDescription
usernameBodyYESStringalphanumeric with _ , - characters only
passwordBodyYESStringN/A
firstNameBodyYESStringN/A
lastNameBodyYESStringN/A
emailBodyYESStringN/A


Output

...

Valid Response

...


Code
Description
402User account already exists.
403400Database Errorconnection error


Example (CURL)

...

Request

Code Block
languagebash
titleCalling Join API
 > CURL -X POST http://127.0.0.1:4000/urac/join -d 'username=john&password=johnpassword&firstName=John&lastName=Doe&email=johndoe@domain.com'

...