You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Create user {{ tag: 'POST', label: '/api/v1/auth/signup/simple' }}
557
+
558
+
<Row>
559
+
<Col>
560
+
561
+
This endpoint consumes an invitation to create a user with the Simple authentication mechanism.
562
+
563
+
### Request parameters
564
+
<Properties>
565
+
<Propertyname="invitation"type="string">
566
+
ID of invitation, usually fetched from the register URL.
567
+
</Property>
568
+
<Propertyname="password"type="string">
569
+
Password of the user. Must be >= 14 characters.
570
+
</Property>
571
+
<Propertyname="username"type="string">
572
+
Username of the user. Must be set regardless if invitation will override it. Will be overriden if the invitation has it.
573
+
</Property>
574
+
<Propertyname="email"type="string">
575
+
Email of the user, uses basic email validation (x\@y\.z). Must be set regardless if invitation will override it. Will be overriden if the invitation has it.
0 commit comments