Create a group (team)
Create a group (team)
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.
name
description
Response
The group was created.
id
organizationId
name
description
createdAt
updatedAt
Errors
403
Forbidden Error