latestOpenAPI 3.0.12026-07-243686491.1 MB

517e18f11015

Teams

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.</br></br>Required scope: teams:write </br>Organization authorization: supported

post/api/v1/teams/onboarding-steps/bulk

Request body

teamIdsinteger[] required

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

Example request

{
  "teamIds": [
    266672,
    266673,
    266674
  ],
  "onboardingSteps": [
    {
      "step": "SETUP_CHARGING_RULE",
      "config": "scheduled"
    }
  ]
}

Response

Per-team onboarding outcome

BulkTeamOnboardingResult required— unresolved $ref