Skip to main content

Endpoint

Overview

Create one or more new account seats for your organization. This endpoint automatically updates your Stripe subscription billing based on the tier of each account.
  • If only tier is provided, the account is created with status uninitialized
  • If all detail fields (tier, platform, username, pfp_url, keywords) are provided, the account is created with status pending and will begin setup automatically
  • If some but not all detail fields are provided, a 400 error is returned

Request Body

array
required
Array of accounts to create. Each account object contains:
When providing account details, all four fields (platform, username, pfp_url, keywords) must be present. Providing some but not all will result in a 400 error.

Response

object
Response object containing success summary and created accounts