teams
Create a Team
Create a new Team under your account. You need to send a POST request with the desired Team slug, and optionally the Team name.
POST
Authorizations
Default authentication mechanism
Body
application/json
The desired slug for the Team
Maximum length:
48
Example:
"a-random-team"
The desired name for the Team. It will be generated from the provided slug if nothing is provided
Maximum length:
256
Example:
"A Random Team"
Attribution information for the session or current page
Response
200
application/json
The team was created successfully
Id of the created team
Example:
"team_nLlpyC6RE1qxqglFKbrMxlud"
IMPORTANT: If extending Billing, particularly with optional fields, make sure you also update sync-orb-subscription-to-owner.ts
to handle the items when the object is recreated.