Skip to main content
GET
Get one Team
A Team is a group of customers at one location that can consolidate invoices under a paying customer and share selected credits, passes, booking credit, and access-related benefits.

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 location this team belongs to.
string
Display value for Business.Name..
string
Required team name, unique within the location and limited to 254 characters.
string
Optional internal description of the team.
string
Optional private network or VLAN group identifier used by supported access-control and WiFi integrations.
integer[]
List of customer IDs belonging to this team; the paying customer must be included when consolidated invoices or credit pooling is enabled.
integer[]
List of customer IDs designated as team administrators.
boolean
Whether the designated paying customer receives consolidated invoices for the other team members; requires a paying customer who belongs to the team.
boolean
Whether members use the designated paying customer’s special prices.
integer
ID of the customer who pays for this team; required and must be a team member when consolidated invoices or credit pooling is enabled.
string
Display value for PayingMember.FullName..
string
Display value for PayingMember.CoworkerType..
string
Display value for PayingMember.BillingName..
string
Display value for PayingMember.CompanyName..
integer
Optional ID of the plan proposed as the default for team members when a customer is added to the team by a team administrator..
string
Display value for DefaultMemberTariff.Name..
number
Optional maximum number of customers for this team.
boolean
Whether team members’ credits are pooled with the paying customer; requires a paying customer and supports teams of up to 50 customers.
boolean
Whether team members share passes through the paying customer; with credit pooling enabled, their combined included passes cannot exceed 500.
boolean
Whether team members share time credits and printing credits through the paying customer.
boolean
Whether team members can use the paying customer’s booking credit for their bookings.
number
Optional percentage discount on booking rates; the highest applicable team or plan discount is used.
number
Optional percentage discount on passes; the highest applicable team or plan discount is used.
number
Optional percentage discount on one-off charges; the highest applicable team or plan discount is used.
number
Optional percentage discount on plans; the highest discount configured on any of the customer’s teams is used.
string
Optional HTML profile summary displayed in the public team directory.
string
Optional public-directory tags used to find this team, limited to 254 characters.
string
Optional website URL displayed on the public team profile, limited to 254 characters.
Optional Google Maps URL displayed on the public team profile, limited to 1024 characters.
boolean
Whether this team’s profile can appear in the public directory.
boolean
Whether Nexudus automatically creates and maintains a discussion-board community group for this team.
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
Optional X or Twitter profile URL, limited to 254 characters.
string
Optional Facebook profile URL, limited to 254 characters.
string
Optional LinkedIn profile URL, limited to 254 characters.
string
Optional Skype handle or URL, limited to 254 characters.
string
Optional Telegram handle or URL, limited to 254 characters.
string
Optional GitHub profile or organization URL, limited to 254 characters.
string
Optional Pinterest profile URL, limited to 254 characters.
string
Optional Flickr profile URL, limited to 254 characters.
string
Optional Instagram profile URL, limited to 254 characters.
string
Optional Vimeo profile URL, limited to 254 characters.
string
Optional Tumblr profile URL, limited to 254 characters.
string
Optional Blogger profile URL, limited to 254 characters.
string
Read-only denormalized customer ID list generated from TeamMembers; change TeamMembers instead.
string
Read-only denormalized customer-name list generated from TeamMembers; change TeamMembers instead.
string
Read-only denormalized billing-name list generated from TeamMembers; change TeamMembers instead.
integer
Read-only count of active contracts across the team’s members, refreshed after membership and contract changes.
number
Read-only average churn probability predicted by the analytics process for the team’s customers.
string
Read-only engagement classification calculated by the analytics process for the team.
boolean
Whether to hide this team’s attendance dashboard from its customers.
integer[]
List of booking rate IDs linked to this team.
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