Skip to main content

Get organization settings

GET 

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

Retrieves board classification settings for an existing organization.

Required scope

organizations: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

Responses

Organization board classification settings

Schema

    enabled boolean

    Data classification enabled for organization

    labels

    object[]

    Data classification labels

  • Array [

  • id string

    Label id.

    color string

    Label color.

    default boolean

    Label is default.

    description string

    Label description.

    name string

    Label name.

    orderNumber int32

    Label order number.

    sharingRecommendation string

    Sharing Recommendation (one of NO_SHARING_RESTRICTIONS, ONLY_WITHIN_ORGANIZATION, ONLY_WITHIN_TEAM or ONLY_WITH_AUTHORIZED_TEAM_MEMBERS ).

    guidelineUrl string

    Indicates the URL for the board classification label guidelines.

    type string

    Default value: data-classification-label

    Type of the object returned.

  • ]

  • type string

    Default value: data-classification-organization-settings

    Type of the object returned.

Loading...