Create an Access and Data rule
POST/seb-api/v1/policy/access-and-data/rules
Creates a new access and data rule in the policy. The rule is created in the draft configuration and must be published to become active. When provided, the dataControls and loginControls objects must each contain at least one non-null control.
Request
Responses
- 201
- 400
- 403
- 500
Successfully created the access and data rule. Returns the resolved rule.
Bad request - Invalid request
Forbidden - Insufficient permissions, or a control included in the request is not available for this tenant because its feature is disabled. In the latter case the error message names the specific control that is unavailable.
Internal server error
