Skip to main content

Create organization group of devices

POST 

/api/v1/org/groups

Create organization group of devices

Request

Body

required

    name stringrequired
    description string
    parent number

    Id of the parent unit (group). Omit to create a root unit.

Responses

Schema

    id numberrequired
    name string
    description string
    platforms string[]
    groups number[]
    parent number

    platformDetails

    object[]

    Platform rows for this group (id, display name, device count), for the group-by-group view.

  • Array [

  • platformId stringrequired

    Platform instance id.

    name string

    Platform display name (falls back to platformId when unknown).

    deviceCount numberrequired

    Number of devices that belong to this platform.

  • ]

Loading...