# Add to Entra ID group

The **Add to Entra ID group** step adds the current computer to the specified Entra ID group. &#x20;

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

The device must already be joined to Entra ID, which can be done using the J**oin Entra ID** step definition.

{% hint style="info" %}
The group you're adding a device to can NOT be a dynamic group, it must be an Assigned group type.  If you get errors about permissions, first confirm your API access using the link below, then ensure the group is not Dynamic.&#x20;
{% endhint %}

This requires configuring [Microsoft Graph API access](/deployr/getting-started/microsoft-graph-api-access.md).


---

# 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://documentation.2pintsoftware.com/deployr/reference/step-definitions/add-to-entra-id-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.
