post https://www.rebuildingsociety.com/api/rs/RegisterUser
Register a new user on the system using functions.
Register a new user.
- When using apikey, endpoint will not try to look for authorization header.
- When using authorization header, bearer token should be of type client_credentials.
Description
Register a new user.
Parameters
Parameter | Definition |
---|---|
username | Desired username |
Email address | |
password | Desired password, at least 6 chars long |
first_name | User first name |
last_name | User last name |
user_type | User type |
date_of_birth | date of birth in YYYY-MM-DD format |
apikey | API access key supplied by Rebuilding Society. |