Copmplete a registration
POST/auth/api/internal/auth/register
Copmplete a registration
Request
- application/json
Body
required
register_token stringrequired
The register token issued during as result of the oauth registration flow. Scope of the token must contain "login-register".
Must be given.
state stringrequired
The state of the oauth flow
username stringrequired
The username to set for the new user. Must be given and cannot be empty
displayName stringrequired
The name to display in the UI for the new user. Must be given and can't be empty
email string
The email of the new user. Can be ommitted, but if given can't be empty.
Responses
- 201
Loading...