> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/automation/runbooks/runbook-references/org/general/add-devices-of-users-to-group_scheduled.md).

# Add Devices Of Users To Group Scheduled

{% hint style="info" %}
This is a scheduled runbook. It is designed to run on a recurring schedule rather than being triggered for a single object. See [Scheduling](/automation/runbooks/scheduling.md) for details on how to configure runbook schedules.
{% endhint %}

### Description

This runbook reads accounts from a specified users group and adds their devices to a specified device group. It can filter devices by operating system and keeps the target group in sync.

### Location

Organization → General → Add Devices Of Users To Group (Scheduled)

**Full Runbook name**

rjgit-org\_general\_add-devices-of-users-to-group\_scheduled

### Details

| Property         | Value                              |
| ---------------- | ---------------------------------- |
| Version          | 1.1.1                              |
| Required modules | RealmJoin.RunbookHelper (>= 0.8.9) |
| Schedulable      | yes                                |

### Permissions

#### Application permissions

* **Type**: Microsoft Graph
  * Group.ReadWrite.All
    * *Resolves the groups by display name and backs adding devices to the device group*
  * User.Read.All
    * *Lists the user group's transitive user members and reads each user's owned devices*
  * GroupMember.ReadWrite.All
    * *Reads current device-group members and adds missing devices via /groups/{id}/members/$ref*

### Parameters

#### UserGroup

Name or object ID of the users group, to which the target users belong.

| Property            | Value                                |
| ------------------- | ------------------------------------ |
| Required            | true                                 |
| Default Value       |                                      |
| Type                | String                               |
| Portal display name | Name or Object ID of the Users Group |

#### DeviceGroup

Name or object ID of the device group, to which the devices should be added.

| Property            | Value                                  |
| ------------------- | -------------------------------------- |
| Required            | true                                   |
| Default Value       |                                        |
| Type                | String                                 |
| Portal display name | Name or Object ID of the Devices Group |

#### IncludeWindowsDevice

If set to true, includes Windows devices in the target device group.

| Property            | Value                                    |
| ------------------- | ---------------------------------------- |
| Required            | false                                    |
| Default Value       | False                                    |
| Type                | Boolean                                  |
| Portal display name | Include Windows Devices (Default: False) |

#### IncludeMacOSDevice

If set to true, includes macOS devices in the target device group.

| Property            | Value                                  |
| ------------------- | -------------------------------------- |
| Required            | false                                  |
| Default Value       | False                                  |
| Type                | Boolean                                |
| Portal display name | Include MacOS-Devices (Default: False) |

#### IncludeLinuxDevice

If set to true, includes Linux devices in the target device group.

| Property            | Value                                  |
| ------------------- | -------------------------------------- |
| Required            | false                                  |
| Default Value       | False                                  |
| Type                | Boolean                                |
| Portal display name | Include Linux Devices (Default: False) |

#### IncludeAndroidDevice

If set to true, includes Android devices in the target device group.

| Property            | Value                                    |
| ------------------- | ---------------------------------------- |
| Required            | false                                    |
| Default Value       | False                                    |
| Type                | Boolean                                  |
| Portal display name | Include Android Devices (Default: False) |

#### IncludeIOSDevice

If set to true, includes iOS devices in the target device group.

| Property            | Value                                |
| ------------------- | ------------------------------------ |
| Required            | false                                |
| Default Value       | False                                |
| Type                | Boolean                              |
| Portal display name | Include iOS-Devices (Default: False) |

#### IncludeIPadOSDevice

If set to true, includes iPadOS devices.

| Property            | Value                                   |
| ------------------- | --------------------------------------- |
| Required            | false                                   |
| Default Value       | False                                   |
| Type                | Boolean                                 |
| Portal display name | Include iPadOS-Devices (Default: False) |

[Back to Runbook Reference overview](/automation/runbooks/runbook-references.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, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/automation/runbooks/runbook-references/org/general/add-devices-of-users-to-group_scheduled.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.
