Teams
Update Team
Update an existing Team record.
PUT
Update Team
Updates an existing Team record. You must include the
Id of the record to update along with all required fields.
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-Edit role.Request Body
Required Fields
The Id of the Team record to update.
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.
The added team members value for this team.
The removed team members value for this team.
List of team administrators linked to this record.
The added team administrators value for this team.
The removed team administrators value for this team.
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.
The added extra services value for this team.
The removed extra services value for this team.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the update.
Contains the
Id of the updated record.true if the team was updated 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
Update Team