Bulk-enable app onboarding across teams

Apply the same onboarding-step set to many teams in one call, equivalent to calling PATCH /teams/{id} with onboardingSteps for each. The response reports the outcome per team; a team the caller can't access is reported as failed rather than failing the whole batch.

Required scope: teams:write
Organization authorization: supported

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
teamIds
array of int64s
required
length between 1 and 50

Ids of the teams to apply the onboarding steps to. Duplicates are ignored.

teamIds*
onboardingSteps
array of objects
required
length ≤ 7

The onboarding steps to enable for every listed team, as {step, config?} entries. Applied identically to each team; the list replaces that team's full enabled set, so an empty list clears onboarding for the team.

onboardingSteps*
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json