Create a group (team)

View as Markdown

Creates a new team in the caller’s organization. Authorization: organization administrators only — other callers get 403. Body: name (required, 1–255 chars) and optional description. Returns the created group with status 201.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
namestringRequired1-255 characters
descriptionstring or nullOptional

Response

The group was created.
idstring
organizationIdstring
namestring
descriptionstring or null
createdAtdatetime
updatedAtdatetime

Errors

403
Forbidden Error