Skip to main content
PATCH
Update a single team within a single org

Authorizations

Authorization
string
header
default:<organization-api-token>
required

Organization integration token from Siro admin (Person icon → API Tokens). Send Authorization: Bearer . This is not the OAuth access token used with api.siro.ai user-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

teamId
string
required

ID of the team to update

Body

application/json
name
string

New team name

coachUids
string[]

New array of coach user IDs

memberUids
string[]

New array of member user IDs

newUserDefaultConversationTypes
string[]

New array of conversation type IDs

betaFeatures
string[]

Beta features enabled for this team

Response

Update a single team within a single org

id
string
required

Team ID

name
string | null
required

Team name

organizationId
string
required

Organization this team belongs to

coachUids
string[]
required

Array of coach user IDs

coachManifest
object
required

Map of coach UIDs to their manifest data

memberUids
string[]
required

Array of member user IDs

memberManifest
object
required

Map of member UIDs to their manifest data

newUserDefaultConversationTypes
string[]
required

Array of conversation type IDs

createdAt
string | null
required

ISO 8601 date string