# Blocking/Activating a User Group

This page allows administrators to manage user group accessibility by blocking or activating groups as needed. Use this feature to control group-level access, enforce security policies, or temporarily restrict group activity within the system.

## Blocking a User Group

* Go to the **Security** landing page in the left-hand navigation panel.
* All available user groups within the workspace will be listed under the ***User Groups*** section.
* Select the specific user group you wish to block. In this example, the group selected is **Sample User Group**.
* Click on the **Block Group** icon (represented by a circle with a diagonal line) next to the selected user group.
* A confirmation dialog box titled **Block Group** appears to ensure the action.
* Click the **Yes** option to proceed with blocking the selected user group.&#x20;
  * This action will revoke all assigned permissions from the group, but it will not block the individual users within the group.

    <figure><img src="/files/XgNQg08qA9HNsi7uSrZW" alt=""><figcaption></figcaption></figure>
* A notification message ensures that the selected group is successfully blocked.
* Once the group is blocked, the **Block Group** icon will be replaced with the **Activate Group** icon for the selected group.

  <figure><img src="/files/ZPHNTUlqoXGzf06UMfWg" alt=""><figcaption></figcaption></figure>

## Activating a User Group

* Go to the **Security** landing page in the left-hand navigation panel.
* All available user groups within the workspace will be listed under the ***User Groups*** section.
* Select the specific blocked user group you wish to activate. In this example, the group selected is **Sample User Group**.
* Click on the **Activate Group** icon (represented by a tick mark) next to a selected blocked user group.

  <figure><img src="/files/BxbibcOtYhxjjr4Qsi9v" alt=""><figcaption></figcaption></figure>
* A confirmation dialog box titled **Activate Group** appears to ensure the action.
* Click the **Yes** option to proceed with blocking the selected user group.&#x20;

  <figure><img src="/files/wNzjOd17t15LXksl440y" alt=""><figcaption></figcaption></figure>
* A notification message ensures that the selected group is successfully activated.
* Once the group is activated, the **Activate Group** icon will be replaced with the **Block Group** icon for the selected group.

  <figure><img src="/files/uh0VEvBARDTD6nF2jeLp" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/administration-and-security/security/create-user-group/blocking-activating-a-user-group.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
