FieldCamp
Resources

Users | FieldCamp API

List user accounts at your FieldCamp tenant.

The users endpoint returns every user account at your tenant — team members plus admins, dispatchers, and any other role that logs in. If you only need technicians (to assign to jobs and visits), use Team instead.

Endpoints

Not available on the API yet

There is no user-listing endpoint today. GET /api/users was listed here in error — it returns 404. The only route under /api/users/ is an internal presence heartbeat.

To read the people at your tenant, use TeamGET /api/teams works with your fc_live_ key on the Authorization header. If you need a /api/v1/... endpoint for user accounts specifically, tell us.

On this page