# SentinelOne Deep Visibility: Set the API Key Expiry

### Create a new Service User in SentinelOne

1. Log into your SentinelOne console with an **Admin** role account.
2. On the left side, hover your cursor under the SentinelOne logo to open the navigation pane.
3. Select **Settings** and then click the **USERS** tab.
4. In the navigation pane, select **Service Users**.
5. From the list of service accounts, find and click the account previously created for Radiant Security named `radiant_api_service`.
6. From the action menu, click **Copy User**.
7. In the dialog box, update the service account information:
   1. **Name:** `radiant_api_service_2`
   2. **Description:** `Radiant Security API Service Account`
   3. **Expiration Date:** `1 Year`
8. Click **Next**.
9. The correct scopes should be automatically selected. If not, configure them with the following settings:
   1. If you manage multiple customers:
      1. Under **Select Scope of Access**, click **Site**.
      2. Select the customer's site you are configuring monitoring for.
   2. If you *do not* manage multiple customers:
      1. Under **Select Scope of Access**, click **Account**.
      2. Select the account that the user should have access to.
10. Click **Create User** to save the newly created user.
11. In the API Token dialog box, copy the **API Token** value to provide to Radiant Security.

{% hint style="warning" %}
**Important note:** Document and store the **API token value** carefully, as it cannot be retrieved later. This will be provided to Radiant in the next step.&#x20;
{% endhint %}

### Update API token credentials in Radiant Security

1. Log in to [Radiant Security](https://app.radiantsecurity.ai/).
2. From the navigation menu, click **Settings** and then click **Credentials.**
3. Locate the **SentinelOne** credential to update.
4. Hover over the credential and click the icon that appears on the right side.
5. In the right-side menu that appears, click **Actions** and select **Edit Credentials**.
6. Update the **API token**.
7. Click **Apply Updates**.


---

# 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://help.radiantsecurity.ai/radiant-connectors/data-connectors/sentinelone-deep-visibility/sentinelone-deep-visibility-set-the-api-key-expiry.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.
