Skip to main content
POST
Create group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
pointOfContactEmail
string | null
description
string | null

Response

201 - application/json

Group created

id
string
required

The group's unique ID.

name
string
required

The group's name.

creationDate
string<date-time> | null
required

The group's creation date.

description
string | null
required

The group's description.

source
string
required

The source that created the group. Manually created groups are set to "Vanta"; groups imported from an external source use that source's display name.

personnelCount
number<double>
required

The number of personnel in the group.

pointOfContact
object | null
required

The group's point of contact.