> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/security/identity-providers/scim-token-management.md).

# SCIM Token Management

An organization's System for Cross-Domain Identity Management (SCIM) token authenticates your identity provider (Microsoft Entra ID, Okta, or Google Workspace) to dynamically provision users and groups in Verkada Command.

***

## Generate a SCIM token

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Admin.**
{% endstep %}

{% step %}
**Select Login & Access > SCIM Users Provisioning.**
{% endstep %}

{% step %}
**Click Add Domain and enter the desired email domains.**
{% endstep %}

{% step %}
**(Optional) Toggle off Send Email Invites if you do not want users to receive an email invite when their account is created.**

The newly generated SCIM token displays.

<div align="left" data-with-frame="true"><img src="/files/K6zWrHZNtKMYzKjahmzb" alt="" width="606"></div>
{% endstep %}

{% step %}
**Select the token to copy it to your clipboard.**
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
Immediately update your identity provider configuration with this new token. Once the page is reloaded, the token does not reappear.
{% endhint %}

***

## Refresh a SCIM token

If you need to regenerate your token (for example, if it's lost or compromised), you can do this in Command.

{% hint style="warning" %}
Once you refresh your SCIM token, the previous token is immediately invalidated. Copy the new token into your identity provider immediately to ensure no interruption to user provisioning.
{% endhint %}

### Requirements

* Your organization must already have SCIM provisioning enabled
* You must be an Organization Admin to refresh the SCIM token

### How it works

{% stepper %}
{% step %}
**In Command, go to All Products > Admin.**
{% endstep %}

{% step %}
**Select Login & Access > SCIM Users Provisioning.**
{% endstep %}

{% step %}
**Click Refresh.**
{% endstep %}

{% step %}
**When the warning message displays, click Continue to confirm.**

The newly generated SCIM token displays.
{% endstep %}

{% step %}
**Select the token to copy it to your clipboard.**

This new token revokes the previous one and cannot be undone.
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
Immediately update your identity provider configuration with this new token. Once the page is reloaded, the token does not reappear.
{% endhint %}


---

# 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://help.verkada.com/command/security/identity-providers/scim-token-management.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.
