Skip to main content
PATCH
Update a device group

承認

Authorization
string
header
必須

For authenticated requests, set the Authorization: Bearer your_api_key parameter in the header.
You can create and manage your API Keys by visiting the API Keys tab in the Settings page of your organization in Admina

パスパラメータ

organizationId
number
必須
groupId
number
必須

ボディ

application/json
name
string

The name of the device group

:

"macOS Tokyo Office"

description
string

Optional human-readable description of the group

:

"macOS devices in use at the Tokyo Office"

conditions
object[]

Filtering conditions that define which devices belong to this group

レスポンス

id
number
必須
:

1

name
string
必須
:

"macOS Tokyo Office"

description
string | null
必須
:

"macOS devices in use at the Tokyo Office"

deviceCount
number
必須

Number of devices matching the group conditions

:

42

conditions
object[]
必須

Conditions defining which devices belong to this group

isDefault
boolean
必須

True for built-in PC/Phone/Other groups

:

false

createdAt
string<date-time>
必須
updatedAt
string<date-time>
必須
最終更新日 2026年9月15日