Field NationDeveloper Platform
Field NationDeveloper Platform
IntroductionQuick StartAPI Playground

Getting Started

API Reference

People

UsersProvidersTalent PoolsTalent Pool GroupsService Territories

Organization

ClientsProjectsLocations

Configuration

TemplatesTypes of WorkCompany
Resources

Users

Retrieve user details and profiles.


Users

Every account on Field Nation is a User. This includes internal staff (Admins, Dispatchers) and external Providers (technicians).

Get User Details

Retrieve detailed information about a specific user by their ID.

GET /users/{user_id}

Response

{
  "id": 12345,
  "first_name": "John",
  "last_name": "Smith",
  "email": "john.smith@example.com",
  "phone": "+1-555-123-4567",
  "thumbnail": "https://...",
  "rating": 4.8,
  "jobs_completed": 156,
  "user_type": "provider"
}

Providers are Users: All providers in the marketplace are users. Use the user_id to look up provider details, assign work orders, or add them to talent pools.

User Types

TypeDescription
providerExternal technician in the marketplace
buyerStaff member on a buyer company
adminAdministrator with full access

Related Endpoints

  • Providers - Finding and managing providers
  • Talent Pools - Organizing providers into groups

Last updated on

Revisits

Manage return visits when work requires multiple trips.

Providers

Finding and working with service providers in the marketplace.

On this page

Users
Get User Details
Response
User Types
Related Endpoints