v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBaccess-rules
Returns a list of access rule config given the group_id of the access rule.
get/access-rules/{access_rule_id}
Path parameters
access_rule_idstring uuid required
The access rule ID (group ID) of the access rule.
Response
The access rules for the group.
Example response
{
"access_rule_id": "7c86c85d-0651-43e2-a748-d69d658418e8",
"name": "Platform Engineering",
"description": "This access rule represents all platform engineers in the company.",
"admin_owner_id": "7c86c85d-0651-43e2-a748-d69d658418e8",
"status": "ACTIVE"
}