Authentication
Signup
Signup anonymous authenticated user. This endpoint is only used for multi tenant setups.
POST
/
signup
Body
application/json
org_name
string
requiredName of the organization
Required string length:
2 - 100
profile_name
string
Display name of the user
Maximum length:
255
profile_picture
string
Link containing the picture to display
Maximum length:
2048
Response
200 - application/json
org_name
string
requiredName of the organization
Required string length:
2 - 100
org_id
string
Organization ID
profile_name
string
Display name of the user
Maximum length:
255
profile_picture
string
Link containing the picture to display
Maximum length:
2048