Team

Create a team

Create a team for the company

post/api/v1/team

Request body

namestring nullable

Name of the team.

companyIdstring uuid nullable

ID of the organization the team belongs to.

Example request

{
  "company_id": "123e4567-e89b-12d3-a456-426614174000",
  "name": "Marketing Team"
}

Response

Resource created successfully.

detailstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.