Skip to main content
POST
Complete correspondent registration

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Path Parameters

token
string<uuid>
required

Body

Validate the self-registration payload submitted by a correspondent.

first_name
string
required
Required string length: 1 - 150
last_name
string
required
Required string length: 1 - 150
country_code
string
required
Required string length: 1 - 3
phone_number
string
required
Required string length: 1 - 50
password
string
required
write-only
Minimum string length: 8

Response

201 - application/json

Lightweight serializer for listing correspondent users.

id
string<uuid>
required
read-only
name
string
required
read-only
email
string<email>
Maximum string length: 254
first_name
string
Maximum string length: 150
last_name
string
Maximum string length: 150
phone_number
string
Maximum string length: 50
status
string
Maximum string length: 20
date_joined
string<date-time>