Zum Hauptinhalt springen
POST
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Body

The new User resource

email
string<email>
erforderlich
write-only
password
string
erforderlich
write-only
Minimum string length: 8
Pattern: ^(.*[!@#$%^&*()\-_=+{};:,<.>].*)$
Beispiel:

"********"

repeatPassword
string | null
erforderlich
write-only
Beispiel:

"********"

Antwort

User resource created

firstName
string
erforderlich
read-only

The firstname of the user

Required string length: 2 - 255
Beispiel:

"John"

lastName
string
erforderlich
read-only

The lastname of the user

Required string length: 2 - 255
Beispiel:

"Doe"

email
string<email>
erforderlich
id
string
read-only
Beispiel:

"01F9Z3ZJXZQZJZJZJZJZJZJZJZ"

defaultAccount
string<uuid> | null
Beispiel:

"https://example.com/"

createdAt
string<date-time>
confirmToken
string | null
read-only
confirmTokenValidUntil
string<date-time> | null
read-only
updatedAt
string<date-time>
read-only

The date and time when the resource was last updated.

Beispiel:

"2021-01-01T00:00:00+00:00"

confirmed
boolean
read-only
userIdentifier
string
read-only
passwordEqual
boolean
read-only
completed
boolean
read-only
name
string
read-only
superAdmin
boolean
read-only
passwordRecoveryTokenExpired
boolean
read-only
resetPasswordToken
string | null
read-only
resetPasswordTokenExpiresAt
string<date-time> | null
read-only