> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/data-library/people/dashboard-actions/automate-staff-scoping.md).

# Automate Staff Scoping

Automating staff scoping helps you manage which employees are included in your security programme without manually updating each staff member. You can create staff groups based on employee attributes or manually selected members, import groups from supported identity providers, and use them to automatically mark staff as In scope or Not in scope for compliance monitoring.

### Before you begin

* Ensure your staff have been imported into Sprinto from an identity provider or HRMS, or added manually.
* To create dynamic staff groups, the required staff attributes (such as role, department, or reporting manager) must be available in Sprinto.

### Create a staff group

You can create staff groups manually or dynamically using staff attributes.

1. Log in to the Sprinto dashboard.
2. Navigate to **Data Library** > **People**.
3. Select the **Configuration** tab.
4. Under **Automate staff scoping using groups**, click **Set up staff group**.

<figure><img src="/files/iJvuRiGVQU8agLrXfuo9" alt="" width="563"><figcaption></figcaption></figure>

5. In the dialog, click **Create group**.
6. Enter a **Group name**.

<figure><img src="/files/Vd8nlF6E1m8oxuhVvetm" alt="" width="563"><figcaption></figcaption></figure>

7. Choose one of the following options:
   1. **Group staff using attributes** to automatically include staff who match specified conditions.
   2. **Group staff manually** to select individual staff members.

#### Create a dynamic staff group

1. Select **Group staff using attributes**.
2. Choose a staff attribute, operator, and value to define the grouping rule.
3. Add additional rules or rule groups if required.
4. Review the list of matching staff members.
5. Click **Create staff group**.

<figure><img src="/files/vCvhjnoCDU1OL1rvKN7D" alt="" width="563"><figcaption></figcaption></figure>

The group automatically includes staff members who match the configured conditions.

#### Create a manual staff group

1. Select **Group staff manually**.
2. Select the staff members you want to include in the group.
3. Click **Create staff group**.

<figure><img src="/files/xoBadO7gK4QJ7VVQKAYw" alt="" width="563"><figcaption></figcaption></figure>

The selected staff members are added to the new group.

### Import staff groups from your identity provider

If your identity provider or HRMS supports groups, you can import them into Sprinto instead of creating them manually.

1. Navigate to **Data Library** > **People** > **Configuration**.
2. Under **Automate staff scoping using groups**, click **Manage**.
3. Click **Import group**.

<figure><img src="/files/xsDuac3fQafJJkCvGE0x" alt="" width="563"><figcaption></figcaption></figure>

4. Select the identity provider or HRMS from which you want to import groups.
5. Review the provider details.
6. Click **Add**.

<figure><img src="/files/OD2RnY6wAVedQNZbQAPX" alt="" width="563"><figcaption></figcaption></figure>

Sprinto imports the available staff groups and begins synchronising them with your provider.

{% hint style="info" %}

#### Note

Group synchronisation may take a few minutes depending on the number of groups and users.
{% endhint %}

### Configure automated staff scoping

After creating or importing staff groups, configure which groups are considered in scope.

1. Navigate to **Data Library** > **People** > **Configuration**.
2. Under **Automate staff scoping using groups**, click **Not Configured** next to **Staff group status**.
3. In the **Staff scope for infosec program** panel, choose one of the following options:
   * **All staff members are marked as in-scope** to include every employee.
   * **Smart scoping based on staff groups** to scope staff based on selected groups.

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

4. If you selected **Smart scoping based on staff groups**, select the staff groups you want to mark as in scope.
5. Click **Mark \<number> group(s) as in-scope**.

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

Sprinto automatically marks members of the selected groups as **In scope**, while members of other groups are marked as **Not in scope**.

{% hint style="warning" %}

#### Important

Switching between **All staff members are marked as in-scope** and **Smart scoping based on staff groups** reverses any previous scoping changes.
{% endhint %}

### Manage staff groups

After staff groups are created, you can manage them from **Data Library** > **People** > **Configuration** > **Manage**.

From here, you can:

* View all available staff groups.
* Create additional staff groups.
* Import more groups from connected identity providers.
* Review the members of each group before using them for automated scoping.


---

# 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://docs.sprinto.com/data-library/people/dashboard-actions/automate-staff-scoping.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.
