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
integer
required
Status code.
0 indicates success.object
required
Company account object with profile, location, settings, custom field definitions, and team configuration.
array
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.
integer
Team ID. This matches the numeric IDs returned in member
teams arrays.string
Team display name.
object
Team working hours configuration, when configured.
object
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