e818180bddc7
latestOpenAPI 3.1.02026-08-12154197466.4 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"
}