Create new account

With this API endpoint you can create an Ellipsis Drive account. There are 2 flows for the creation of an account.

In the first flow the API call is submitted with an email parameters. The Ellipsis Drive account will then be activated once the given email address is validated by clicking the link included in the validation mail.

In the second flow an invitation email to join Ellipsis Drive is sent using the POST /user/invite or POST /path/invite. When the user clicks the link in this invitation email, they are redirected to the Ellipsis Drive app where this API call is submitted with the validationToken and userId parameters to activate their Ellipsis Drive account.

In both flows the given email is validated, this is important for account recovery and security purposes.

Description

Registers a new Ellipsis Drive account.

Endpoint

/account

Method

POST

Access Level Rules

Access Level

None

Processing Units

Processing units

0

Parameters

NameDescriptionRequiredDefault

username

The Ellipsis Drive username of the new account

true

password

The password of the new account

true

email

The email address of the new account

Required for the first flow

validationToken

The invite token embedded in the invite email

Required for the second flow

userId

The id of the invited user whose account is being activated

Required for the second flow

Last updated