General Information
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
username | Body | YES | String | alphanumeric with _ , - characters only | |
password | Body | YES | String | N/A | |
firstName | Body | YES | String | N/A | |
lastName | Body | YES | String | N/A | |
Body | YES | String | N/A |
Output
...
Valid Response
...
Code | Description |
---|---|
402 | User account already exists. |
403400 | Database Errorconnection error |
Example (CURL)
...
Request
Code Block | ||||
---|---|---|---|---|
| ||||
> CURL -X POST http://127.0.0.1:4000/urac/join -d 'username=john&password=johnpassword&firstName=John&lastName=Doe&email=johndoe@domain.com' |
...