These docs are for v1. Click to read the latest docs for v3.

Create

Use this API to create groups that can be used to manage your fleet. Different groups have different configurations and each group has an administrator. Nesting of groups is also possible. Default Group is considered as the parent of all groups.

Body Params
string
required

The name of the group

string
required

The email address of the group administrator. You have an option to add a default administrator email by setting the field "useDefaultAdmin" to true.

boolean

Boolean value to assign default administrator to the group

string
required

The configuration name for the group. You have an option to add a default configuration by setting the field "useDefaultConfig" to true.

boolean

Boolean value to assign default configuration to the group

string
required

The name of the parent group. You have an option to add a default parent group by setting the field "useParentDefaultGroup" to true.

boolean

Boolean value to assign default parent group to the group

string

Additional description about the group

string

The background color of the group

string

The text color of the group

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json