get https://client-api.super.fieldwire.com/account/users
Gets all the Users on your Account plus Users invited to Projects on your Account.
The API also returns the count of projects they are in. Does not include Sample Projects. Does not include people who are on other paying accounts. Essentially these are the people you are paying for.
[
{
"user": {
"created_at": "2019-10-15T19:49:01.802Z",
"updated_at": "2021-03-12T22:29:06.467Z",
"email_addresses": [
{
"email": "owner@construction.com",
"is_primary": true
}
],
"id": 2141,
"account_id": 2153,
"company": "Construction.com",
"company_type": null,
"email": "owner@construction.com",
"first_name": "Owner",
"in_app_purchase_end_at": null,
"invited_by_id": 18,
"is_confirmed": true,
"is_email_deliverable": true,
"job_title": "Owner",
"language": "en",
"last_name": "Name",
"phone_number": "3343434343",
"photo_url": "https://s3.amazonaws.com/photo.png",
"current_sign_in_at": "2021-03-12T22:29:06.454Z",
"account_role": "account_admin",
"email_notifications": "instantly",
"sync_scheme": "smart_cellular"
},
"projects": 165
},
{
"user": {
"created_at": "2020-03-26T17:31:26.160Z",
"updated_at": "2021-02-05T00:58:45.944Z",
"email_addresses": [
{
"email": "member@construction.com",
"is_primary": true
}
],
"id": 2823,
"account_id": 2153,
"company": "Construction.com",
"company_type": null,
"email": "member@construction.com",
"first_name": "Heather",
"in_app_purchase_end_at": null,
"invited_by_id": 2813,
"is_confirmed": true,
"is_email_deliverable": true,
"job_title": null,
"language": "en",
"last_name": "0326a",
"phone_number": "555 555 5555",
"photo_url": null,
"current_sign_in_at": "2020-04-21T00:23:01.537Z",
"account_role": "account_member",
"email_notifications": "instantly",
"sync_scheme": "smart_cellular"
},
"projects": 3
},
{
"user": {
"created_at": "2021-03-10T01:59:44.961Z",
"updated_at": "2021-03-10T02:02:24.694Z",
"email_addresses": [{
"email": "bob@acme.com",
"is_primary": true
}],
"id": 74312,
"account_id": 74333,
"company": null,
"company_type": null,
"email": "bob@acme.com",
"first_name": "Bob",
"in_app_purchase_end_at": null,
"invited_by_id": 2141,
"is_confirmed": true,
"is_email_deliverable": true,
"job_title": null,
"language": "en",
"last_name": "030921a",
"phone_number": null,
"photo_url": null,
"current_sign_in_at": "2021-03-10T02:02:24.203Z",
"account_role": "account_admin",
"email_notifications": "instantly",
"sync_scheme": "smart_cellular"
},
"projects": 1
}
]
This endpoint drives the People Tab. More information about Account Managers vs. Account Users vs. Project Users can be found here.