v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBaccess-rules
Creates a new access rule config for the given group_id.
post/access-rules
Request body
Example request
{
"name": "Platform Engineering",
"description": "This access rule represents all platform engineers in the company.",
"admin_owner_id": "7c86c85d-0651-43e2-a748-d69d658418e8",
"status": "ACTIVE"
}Response
The created access rule config 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"
}