Get content flagging status for a team
GET/api/v4/content_flagging/team/:team_id/status
Returns the content flagging status for a specific team, indicating whether content flagging is enabled on the specified team or not. An enterprise advanced license is required.
Request
Responses
- 200
- 403
- 404
- 500
- 501
Content flagging status retrieved successfully
Forbidden - User does not have permission to access this team.
The specified team was not found or the feature is disabled via the feature flag.
Internal server error.
Feature is disabled either via config or an Enterprise Advanced license is not available.