Update a group (team)

View as Markdown

Updates the group named by the groupId path parameter. Authorization: organization administrators only — other callers get 403. Body: optional name (1–255 chars) and/or description (both optional; send only the fields to change). Returns the updated group.

Authentication

AuthorizationBearer

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

Path parameters

groupIdstringRequired

Request

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

Response

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

Errors

403
Forbidden Error