institutions
Create new Institution Account
Create a new Account by sending account information. When the institution_user_id is provided, no verification email will be sent. The email_verified flag will automatically be set to true. If the institution_user_id is not provided, a verification email will be sent. The email_verified flag will be set to true once the account is created.
post/account/institution/accounts
Request body
Example request
{
"email": "johndoe@example.com",
"first_name": "John",
"last_name": "Doe",
"institution_user_id": "johndoe",
"symplectic_user_id": "johndoe",
"quota": 1000
}Response
Created
Example response
{
"account_id": 33334444
}