Validate if the current user matches a CEL expression
POST/api/v4/access_control_policies/cel/validate_requester
Validates whether the current authenticated user matches the given CEL expression. This is used to determine if a channel admin can test expressions they match.
Permissions
Must have manage_system permission OR be a channel admin for the specified channel (channelId required for channel admins).
Request
Responses
- 200
- 400
- 401
- 403
- 500
Validation result returned successfully.
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Something went wrong with the server