Skip to main content
POST
cURL
This endpoint creates a new team with the owner determined by the authentication token used.

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
showBranding
boolean
allowReportRefresh
boolean
allowReportExport
boolean

Response

Team created successfully

id
integer
name
string
TeamRoles
object[]
showBranding
boolean
allowReportRefresh
boolean
allowReportExport
boolean
createdAt
string<date-time>
updatedAt
string<date-time>