Skip to main content
POST
Register Cape Digi consumer

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Body

Serializer for public Cape Digi user self-registration.

No employee number, department, or phone — consumers only need email, name, and a password. Realm is always capedigi.

email
string<email>
required
Minimum string length: 1
first_name
string
required
Required string length: 1 - 150
last_name
string
required
Required string length: 1 - 150
password
string
required
write-only
Minimum string length: 8
confirm_password
string
required
write-only
Minimum string length: 1

Response

200 - application/json

Serializer for public Cape Digi user self-registration.

No employee number, department, or phone — consumers only need email, name, and a password. Realm is always capedigi.

email
string<email>
required
first_name
string
required
Maximum string length: 150
last_name
string
required
Maximum string length: 150