Skip to content
Last updated
GEThttps://api.aitronos.com/v1/rules/{rule_id}/access

List all users with access to a rule and their access levels.

rule_id string required

The rule ID

Returns

Returns a list of access rights objects showing all users with access to the rule.

curl https://api.aitronos.com/v1/rules/rule_a1b2c3d4/access \
  -H "X-API-Key: $FREDDY_API_KEY"