Skip to content

Create Group

POST
/v2/group

Create a group.Requires accountOrg:config:edit or account:config:edit permissions

Authorizations

Request Body required

object
org_group_name

Name of the organization group

string
org_id
required

Organization ID for this group

string format: uuid
description

Description for this group

string

Responses

200

Successful Response

object
org_group_name

Name of the organization group

string
org_id
required

Organization ID for this group

string format: uuid
description

Description for this group

string
group_id
required

ID of the group

string format: uuid

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string