---
title: "Create a new device group."
method: POST
path: "/devices/groups"
tags: ["Devices"]
---

# Create a new device group.

`POST /devices/groups`

## Request body

- GroupRequest — Request model for creating a new group.
  - `name` string, nullable — The group name
  - `parentId` string, nullable — The parent group Id (optional)

## Response `201`

Created

- Group — Represents an organizational folder/group for categorizing resources in the RevelDigital platform. Groups form a hierarchical tree structure for organizing devices, media, playlists, templates, and schedules.
  - `id` string, nullable — The group id
  - `name` string, nullable — The group name
  - `parent_id` string, nullable — The parent group id
  - `count` integer, nullable — The number of items in this group
  - `level` integer, nullable — The nested level of this group
  - `family` integer, nullable — The family id
  - `organization_count` integer, nullable — The organization count
  - `children` Group[], nullable — The children groups

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/reveldigital/apis/revel-digital-rest-api.md) · [All operations](https://skmtc.net/reveldigital/apis/revel-digital-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reveldigital/revel-digital-rest-api/versions/f23a94aea621/schema)
