Get the comment settings for an organization
Retrieve the organization's commenting and image annotation settings.
### Usage notes
- To perform this operation, you must use API credentials owned by a user assigned the Admin account type.
- To read or update these settings for a tenant organization, use [impersonation](/docs/impersonate-users) to obtain a token for that tenant, then call this endpoint with that token.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Response
The response body.
enabled
Whether users in the organization can comment on documents.
allowAnnotations
Whether users can capture images and annotate them in comments. Can only set if commenting is enabled.
annotationRetentionDays
How long annotation images are kept, in days. Must be between 1 and 730 (two years).

