> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/deployr/1.2/reference/step-definitions/add-to-entra-id-group.md).

# 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/1.2/getting-started/microsoft-graph-api-access.md).


---

# 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:

```
GET https://documentation.2pintsoftware.com/deployr/1.2/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.
