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

Success

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 required

Timestamp when the team was created

updatedAtstring required

Timestamp when the team was last updated

Changes