v18

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-111422448.7 KB
Organization Management

Create Organization Team

Create a new team within an organization

post/auth/organization/create-team

Request body

namestring required

The name of the team. Eg: "my-team"

organizationIdstring nullable

The organization ID which the team will be created in. Defaults to the active organization. Eg: "organization-id"

Response

Team created successfully

idstring required

Unique identifier of the created team

namestring required

Name of the team

organizationIdstring required

ID of the organization the team belongs to

createdAtstring date-time required

Timestamp when the team was created

updatedAtstring date-time required

Timestamp when the team was last updated