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"

{"stackTrail":"paths:/auth/organization/create-team:post:requestBody:content:application/json:schema:properties:organizationId","oasType":"schema","type":"unknown","description":"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

Changes