Skip to main content
POST
/
users
Register
curl --request POST \
  --url 'http://{{baseurl}}/users' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "firstName": "Sam2",
  "lastName": "Johnson2",
  "username": "AsaAm_johnson12",
  "email": "[email protected]",
  "phoneNumber": "+440000000000",
  "password": "12345678"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string
Authorization
string

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response