Account Management
Get Company
Retrieve company settings and team configuration.
POST
Use this endpoint to retrieve the company account and organization-level configuration for the authenticated API key. This includes the team configuration used to map member team IDs to team names.
This endpoint does not require request parameters.
To show team names, match each value in
In this example, member
REQUEST
RESPONSE
Status code.
0 indicates success.Company account object with profile, location, settings, custom field definitions, and team configuration.
Array of team configuration objects for the organization. Use this list to map team IDs returned by member, place, and job APIs to team names.
Team ID. This matches the numeric IDs returned in member
teams arrays.Team display name.
Team working hours configuration, when configured.
Optional team route start configuration, when configured.
Team ID Lookup
The Get Members endpoint returns each member’s team assignments as numeric IDs:teams against company.teams_config[].id from this endpoint.
abc123 belongs to “North Team” and “South Team”.
Related Endpoints
- Get Members - Retrieve member information and member team IDs
- Edit Member - Update member profile and team assignments
- Get Places - Retrieve places and place team IDs