Create a team via Admin API
Admin Teams
Create a team via Admin API
POST
Create a team via Admin API
Authorizations
Send Authorization: Bearer <credential> using either a Clerk session JWT or a Clerk API key (ak_*). API keys may identify a user (user_*) or organization (org_*) principal and are generated in the Clerk Dashboard under API keys.
Body
application/json
Minimum string length:
1Available options:
PUBLIC, PRIVATE Available options:
cost, effective_cost, list_cost, contracted_cost, unblended_cost, net_unblended_cost, amortized_cost, net_amortized_cost Optional team cost filter as CEL. When set, parses and validates against organization dimensions, then persists as whereClause. On create, writes the initial Default scope. On update, updates the single scope row; if the team has more than one named scope, use the /scopes API instead.
Response
Created team
Available options:
PUBLIC, PRIVATE Available options:
cost, effective_cost, list_cost, contracted_cost, unblended_cost, net_unblended_cost, amortized_cost, net_amortized_cost Last modified on July 24, 2026
