Users
Create user
Create a User. Only available in Instant Onboarding Mode
POST
/
partner
/
v1
/
users
/
Note that this endpoint requires the permission API_ONLY_ONBOARDING on your API Key
This endpoint will return a 400 Status Code in case the email address provided is already in use
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
E-Mail des Benutzers
Minimum length:
1
Vorname des Benutzers
Minimum length:
1
Nachname des Benutzers
Minimum length:
1
UUID of the company that the user is going to be part of
Minimum length:
1
Notification settings for the user
Use this flag to indicate that you already validated the user's email address in advance. This way you can start sending claims right away, without waiting for user opt-in
Response
201 - application/json
E-Mail des Benutzers
Vorname des Benutzers
Nachname des Benutzers
UUID of the company that the user is going to be part of
Notification settings for the user