Skip to main content
PUT
Associates one or more users with an existing team. This operation validates that all provided users exist and are already mapped in COR before attaching them to the team.

Path Parameters

string
required
External team ID

Request Body Requirements

object
required
array
required
Array of external user IDs to attach to the team

Known Errors

  • ZC001 — Entity is not associated (team with the specified external ID not found) or missing associations for users
  • ValidationError — Missing required fields or empty users array

Per-User Errors

When some users fail validation, the response still returns 200 but includes an errors array alongside the successfully attached users. Each error object contains: