Create groups

Creates one or more named groups, each with a set of capabilities.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

List of groups to create.

required
Array of managedExternally (object) or managedInCDF (object) (GroupSpec)
Responses
201

A list of the created groups.

400

Missing required fields.

post/groups
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}