Skip to main content

Get team settings

GET 

/v2/orgs/:org_id/teams/:team_id/data-classification-settings

Retrieves board classification settings for an existing team.

Required scope

organizations:teams:read

Rate limiting

Level 2

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin. You can request temporary access to Enterprise APIs using this form.

Request

Path Parameters

    org_id stringrequired

    id of the organization

    Example: 3074457345821141000
    team_id stringrequired

    id of the team

    Example: 3074457345618265000

Responses

Team board classification settings

Schema

    defaultLabelId string

    Data classification default label id

    enabled boolean

    Data classification enabled for team

    type string

    Default value: team-data-classification-settings

    Type of the object returned.

Loading...