Updated User Registration API (markdown)
parent
2ed3258d14
commit
df3899421e
1 changed files with 3 additions and 1 deletions
|
@ -19,11 +19,13 @@ Takes a `application/json` payload. The JSON can be one of the following types:
|
||||||
display_name : <preferred user name>,
|
display_name : <preferred user name>,
|
||||||
full_name : <customer full name>,
|
full_name : <customer full name>,
|
||||||
postcode : <customer postcode>,
|
postcode : <customer postcode>,
|
||||||
age_range : <age range key>,
|
year_of_birth : <customer year of birth>,
|
||||||
password : <password (used for login)>
|
password : <password (used for login)>
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Where `year_of_birth` is between 10 and 150 years in the past.
|
||||||
|
|
||||||
#### Organisation Registration
|
#### Organisation Registration
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue