Adding Users and Devices
Each customer can have associated users (employees) and devices (workstations, servers, etc.) that you track and assign services to.Adding Users
- Open a customer’s detail page
- Navigate to the Users tab
- Click Add User
- Enter user details:
- Name
- Any custom fields from your template
Adding Devices
- Open a customer’s detail page
- Navigate to the Devices tab
- Click Add Device
- Enter device details:
- Device name
- Type
- Any custom fields from your template
External Integration API
For automated syncing from RMM tools or Active Directory, use the External Integration API:- Go to Settings → API Keys
- Generate a new API key
- Use the API endpoints:
GET /api/external/users- List usersPOST /api/external/users- Create/update usersGET /api/external/devices- List devicesPOST /api/external/devices- Create/update devices
External ID Matching
When syncing from external systems, include anexternalId field. The system uses this to match existing records for updates rather than creating duplicates.