> For the complete documentation index, see [llms.txt](https://waf-doc.inext.checkpoint.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://waf-doc.inext.checkpoint.com/how-to/configure-rbac-roles.md).

# Configure RBAC Roles

This guide explains how to assign RBAC roles to users in the Check Point Portal.

RBAC enables administrators to control which actions users can perform within the platform.

Available roles:

* Admin
* Security Manager
* Operator (NOC)
* Read Only
* Monitor Read Only

{% hint style="info" %}
**Permission Inheritance**

If a user is assigned multiple roles, the highest permission level applies.

For example:

* A higher-privileged Global Role overrides lower service-role restrictions.
* When multiple service roles are assigned, the user receives the most permissive access available across those roles.
  {% endhint %}

<details>

<summary>Permissions Matrix</summary>

<table><thead><tr><th width="207">Permission</th><th width="93">Admin</th><th width="108">Security Manager</th><th width="108">Operator (NOC)</th><th width="94">Read Only</th><th width="110">Monitor Read Only</th></tr></thead><tbody><tr><td>View policies</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✗</td></tr><tr><td>Manage exceptions</td><td>✓</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td></tr><tr><td>Disable / tune protections</td><td>✓</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td></tr><tr><td>View logs and analytics</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✗</td></tr><tr><td>Create / manage protected applications</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Attach protection to new assets (for example, enable protections or create rate limit rules)</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Manage WAF service settings (for example, General Settings)</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Manage users</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Create new behaviors (Response / Trigger)</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td></tr><tr><td>Adjust existing behaviors (Response / Trigger)</td><td>✓</td><td>✓</td><td>✓</td><td>✗</td><td>✗</td></tr><tr><td>View Monitoring page</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr><tr><td>Initialize tenant</td><td>✓</td><td>✗</td><td>✗</td><td>✗</td><td>✗</td></tr></tbody></table>

</details>

### Add a User and Assign Roles

1. Open the WAF Portal.
2. Navigate to **Account Settings > Users**.
3. Click **New or choose an existing user**
4. Under **Global Role**, select a global role if required.
5. Under **Specific Service Roles**:
   1. Select **WAF** as the service.
   2. Select one or more RBAC roles.
6. Click **Add.**

{% hint style="info" %}
Roles can also be assigned via the **Account Settings > Users Groups**&#x20;
{% endhint %}

<figure><img src="/files/uLLIOOv4LPQcIxNwway7" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://waf-doc.inext.checkpoint.com/how-to/configure-rbac-roles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
