v3
latestOpenAPI 3.0.22026-08-04424560.5 KBUser V2
signUpUser
post/v2/users/public/signup
Query parameters
tokenstring
Token used to invite a partner user to epilot
Partner invitation token
Request body
Example request
{
"organization_detail": {
"name": "Epilot",
"pricing_tier": "professional"
},
"user_detail": {
"full_name": "Example user",
"password": "AKjhdakjsdh@!34"
}
}Response
The created user and organization
Example response
{
"user": {
"display_name": "Example user",
"name": "Example user",
"preferred_language": "de",
"signature": "<p>Thanks</p>",
"custom_navigation": "5gbe4nkp6jsfq",
"roles": [
"Owner"
],
"image_uri": {
"original": "https://account-profile-images.epilot.cloud/1/avatar.png",
"thumbnail_32": "https://account-profile-images.epilot.cloud/1/avatar_32x32.png"
},
"properties": [
{
"name": "profileImageName",
"value": "avatar.png"
}
]
},
"organization": {
"name": "Epilot",
"signature": "<p>Thanks</p>",
"symbol": "EPI",
"pricing_tier": "professional",
"email": "someone@epilot.cloud",
"website": "https://epilot.cloud",
"logo_url": "https://epilot-playground-organization-data.s3.eu-central-1.amazonaws.com/epilot-logo.png",
"logo_thumbnail_url": "https://epilot-playground-organization-data.s3.eu-central-1.amazonaws.com/epilot-logo.png",
"cognito_details": {
"cognito_region": "eu-central-1",
"cognito_user_pool_id": "eu-central-sample",
"cognito_user_pool_client_id": "asbkh213ehkquwhdi",
"cognito_user_pool_arn": "arn:aws:cognito-idp:eu-central-1:123456789012:userpool/eu-central-sample"
}
}
}