Get organization settings
GET/v2/orgs/:org_id/data-classification-settings
Retrieves board classification settings for an existing organization.
Required scope
organizations:readRate limiting
Level 2Enterprise 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
id of the organization
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Organization board classification settings
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Data classification enabled for organization
labels
object[]
Data classification labels
Label id.
Label color.
Label is default.
Label description.
Label name.
Label order number.
Sharing Recommendation (one of NO_SHARING_RESTRICTIONS, ONLY_WITHIN_ORGANIZATION, ONLY_WITHIN_TEAM or ONLY_WITH_AUTHORIZED_TEAM_MEMBERS ).
Indicates the URL for the board classification label guidelines.
Default value: data-classification-label
Type of the object returned.
Default value: data-classification-organization-settings
Type of the object returned.
{
"enabled": true,
"labels": [
{
"id": "3000457366756290996",
"color": "#F5DC80",
"default": false,
"description": "Board could not be shared publicly",
"name": "internal",
"orderNumber": 2,
"sharingRecommendation": "NO_SHARING_RESTRICTIONS",
"guidelineUrl": "https://miro.com",
"type": "data-classification-label"
}
],
"type": "data-classification-organization-settings"
}
Malformed request
- application/json
- Schema
- Example (from schema)
Schema
Default value: 400
HTTP status code.
Default value: invalidParameters
Description of the status code.
Explanation for the error
Default value: error
Type of the object returned.
{
"status": 400,
"code": "invalidParameters",
"message": "string",
"type": "error"
}
Invalid authentication credentials
- application/json
- Schema
- Example (from schema)
Schema
Default value: 401
HTTP status code.
Default value: tokenNotProvided
Description of the status code.
Explanation for the error
Default value: error
Type of the object returned.
{
"status": 401,
"code": "tokenNotProvided",
"message": "string",
"type": "error"
}
Invalid access
- application/json
- Schema
- Example (from schema)
Schema
Default value: 403
HTTP status code.
Default value: forbiddenAccess
Description of the status code.
Explanation for the error
Default value: error
Type of the object returned.
{
"status": 403,
"code": "forbiddenAccess",
"message": "string",
"type": "error"
}
Invalid access
- application/json
- Schema
- Example (from schema)
Schema
Default value: 404
HTTP status code.
Default value: notFound
Description of the status code.
Explanation for the error
Default value: error
Type of the object returned.
{
"status": 404,
"code": "notFound",
"message": "string",
"type": "error"
}
Too many requests
- application/json
- Schema
- Example (from schema)
Schema
Default value: 429
HTTP status code.
Default value: tooManyRequests
Description of the status code.
Explanation for the error
Default value: error
Type of the object returned.
{
"status": 429,
"code": "tooManyRequests",
"message": "string",
"type": "error"
}