Account Management
Get Members
Retrieve members (users) in your organization.
POST
Use this endpoint to retrieve member information for users in your organization. This returns the complete member object including profile details, location, status, role, and configuration.Documentation Index
Fetch the complete documentation index at: https://api-docs.hellotracks.com/llms.txt
Use this file to discover all available pages before exploring further.
REQUEST
Optional array of specific member UIDs to retrieve.
- If provided: Returns only the specified members (subject to permissions)
- If omitted: Returns yourself + all members you have permission to view (your organization/network)
Automatic Member Retrieval
When nouids are specified:
- Personal accounts: Returns your own account
- Company members: Returns your account + all members in your organization
- Workers: May have restricted visibility based on company settings
Permissions
- You can only retrieve members you have permission to view
- Archived/suspended members can be retrieved if you have appropriate permissions
- Workers may have limited access to other members based on company settings
Member
teams are returned as numeric team IDs. To retrieve team names, call Get Company and match these IDs against company.teams_config[].id.RESPONSE
Status code.
0 indicates success.Array of member objects. Each member contains 55+ properties including:
- Core identity (uid, username, name, phone, email)
- Role and permissions (role, teams, active_status)
- Real-time location and status
- Working hours and availability
- Device information
- Configuration and preferences
Common Use Cases
Get all organization members:Complete Field Reference: See the Member API Object for documentation of all 55+ properties returned in each member object, including nested structures for location, device info, working hours, and more.
Related Endpoints
- Create Member - Add new members
- Get Company - Retrieve company settings and team names
- Edit Member - Update member properties
- Delete Member - Remove members
- Locate - Get real-time location only