> For the complete documentation index, see [llms.txt](https://docs.bsure.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsure.io/support/frequently-asked-questions/grant-new-permissions.md).

# Grant new permissions

### Purpose

From time to time, new features in Bsure Insights may require additional Microsoft Graph permissions to be granted to the Bsure Data Collector.

When this happens, you will see a warning in the **System Status** page.

These warnings:

Do not stop Bsure from collecting existing data\
Do not affect current reports\
Do not interrupt normal operation

However:

You will not receive new functionality or insights until the required permissions are granted.

***

### When do you need to act?

You need to take action when the bell glows and Data Collector glows on the [System status page](/user-guides/customer-settings/system-status-page.md) with a warning:

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

A new feature requires additional permissions\
The System Status page shows a yellow warning on the Data Collector\
Missing permissions are listed

Example:

Missing permissions:\
Synchronization.Read.All

***

### Requirements

To grant new permissions, you must:

Be signed in to Bsure Insights\
Use an account that holds the Global Administrator role\
If required, activate Global Administrator in Azure PIM (Privileged Identity Management)

Without Global Administrator privileges, you cannot update the Data Collector permissions.

***

### How to grant permissions

#### Step 1 – Click the warning

Click the yellow Data Collector warning button.

This will open the Update Permissions wizard.

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

***

#### Step 2 – Review what will be updated

The wizard will:

Check current permission drift\
Locate the Data Collector service principal in Azure AD\
Connect to Microsoft Graph\
Add missing permissions

Example permission:

Synchronization.Read.All

Click Update to proceed.

***

#### Step 3 – Complete the update

After confirming, Bsure will:

Add the missing permission\
Validate the configuration

If successful, you will see:

<figure><img src="/files/1w6bp6VKy7hkPOdIiPeA" alt=""><figcaption></figcaption></figure>

Message:

Permissions have been updated successfully

Permissions Added: 1\
Permissions Removed: 0

***

### What happens after update?

Once permissions are granted:

New features depending on these permissions will activate\
New insights and reports will become available\
The System Status warning will disappear

There is no downtime and no impact on existing data collection.

***

### Troubleshooting

If the update fails:

Ensure you are Global Administrator\
Ensure your PIM role is activated\
Sign out and sign back in to Bsure Insights\
Try again

If the issue persists, contact Bsure support.


---

# 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.bsure.io/support/frequently-asked-questions/grant-new-permissions.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.
