Teams
Create Team
Creates a new team owned by the authenticated user, associated with their organization. Requires team:create
scope (or implicitly allowed for owners).
POST
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Body
application/json
Team details.
The name of the new team.
Maximum length:
200
Optional site limit specific to this team (overrides organization default if set).
Required range:
x >= 0
Response
201
application/json
Team created successfully.
Indicates if this is the user's personal team.
Indicates if this is the user's currently active team.
Number of sites currently associated with this team.
Maximum number of sites allowed for this team (0 means use organization limit).
Was this page helpful?