Teams
Create Team
Create a new Team record.
POST
Create Team
A Team groups customers (coworkers) together for billing, access control, and administrative purposes. Teams can share invoicing, have a designated team leader, and be assigned dedicated resources such as desks or offices.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the Team-Create role.Request Body
Required Fields
ID of the business linked to this record.
Team name.
Optional Fields
Team description.
Tunnel private group ID.
List of team members linked to this record.
List of team administrators linked to this record.
Create a single invoice for the team.
Use special prices.
ID of the paying member linked to this record.
ID of the default member tariff linked to this record.
Maximum team member count.
Transfer credits to paying member.
Share time passes.
Share extra services.
Share booking credit.
Discount for extra services.
Discount for time passes.
Discount for charges.
Discount for tariffs.
Profile summary.
Profile tags.
Profile website.
Google Maps link.
Whether the profile is public.
Whether the team has a community group.
URL of a new file to upload as the team logo.
Set to true to remove the current team logo file.
URL of a new file to upload as the team image1.
Set to true to remove the current team image1 file.
URL of a new file to upload as the team image2.
Set to true to remove the current team image2 file.
URL of a new file to upload as the team image3.
Set to true to remove the current team image3 file.
Twitter handle.
Facebook URL.
LinkedIn URL.
Skype handle.
Telegram handle.
GitHub URL.
Pinterest URL.
Flickr URL.
Instagram URL.
Vimeo URL.
Tumblr URL.
Blogger URL.
Disable attendance dashboard.
List of extra services linked to this record.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the creation.
Contains the
Id of the newly created record.true if the team was created successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Create Team