Teams
Get one Team
Retrieve a single Team record by its Id.
GET
Get one 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-Read role.Path Parameters
integer
required
The Id of the Team record to retrieve.
Code Examples
Response
200
integer
ID of the business linked to this record.
string
Business name.
string
Team name.
string
Team description.
string
Tunnel private group ID.
integer[]
List of team members linked to this record.
integer[]
List of team administrators linked to this record.
boolean
Create a single invoice for the team.
boolean
Use special prices.
integer
ID of the paying member linked to this record.
string
Paying member full name.
string
Paying member coworker type.
string
Paying member billing name.
string
Paying member company name.
integer
ID of the default member tariff linked to this record.
string
Default member tariff name.
number
Maximum team member count.
boolean
Transfer credits to paying member.
Share time passes.
Share extra services.
Share booking credit.
number
Discount for extra services.
number
Discount for time passes.
number
Discount for charges.
number
Discount for tariffs.
string
Profile summary.
string
Profile tags.
string
Profile website.
string
Google Maps link.
boolean
Whether the profile is public.
boolean
Whether the team has a community group.
string
Current file name of the team logo (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the team logo.
boolean
Set to true to remove the current team logo file.
string
Current file name of the team image1 (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the team image1.
boolean
Set to true to remove the current team image1 file.
string
Current file name of the team image2 (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the team image2.
boolean
Set to true to remove the current team image2 file.
string
Current file name of the team image3 (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the team image3.
boolean
Set to true to remove the current team image3 file.
string
Twitter handle.
string
Facebook URL.
string
LinkedIn URL.
string
Skype handle.
string
Telegram handle.
string
GitHub URL.
string
Pinterest URL.
string
Flickr URL.
string
Instagram URL.
string
Vimeo URL.
string
Tumblr URL.
string
Blogger URL.
string
Coworker IDs.
string
Coworker full names.
string
Coworker billing names.
integer
Number of active contracts.
number
Average churn probability.
string
Engagement level.
boolean
Disable attendance dashboard.
integer[]
List of extra services linked to this record.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one Team