Activate or deactivate an access control policy
GET/api/v4/access_control_policies/:policy_id/activate
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Updates the active status of an access control policy.
Deprecated: This endpoint will be removed in a future release. Use the dedicated access control policy update endpoint instead. Link: </api/v4/access_control_policies/activate>; rel=“successor-version”
Permissions
Must have the manage_system permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Policy active status updated successfully.
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Something went wrong with the server