Skip to main content
POST
/
company-data
/
create-new-team
/
:companyDataId
Create New Team in Company
curl --request POST \
  --url https://www.api.baselink.tech/company-data/create-new-team/:companyDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "teamId": "<string>"
}
Create a new team within a company.
success
boolean
Indicates if the team was created successfully.
message
string
Success or error message.
teamId
string
The ID of the newly created team.