get https://client-api.super.fieldwire.com/account/users/
Gets a user on your account by Id. The API also returns the count of projects that user is in.
{
"user": {
"created_at": "2019-10-15T19:49:01.802Z",
"updated_at": "2021-03-12T22:29:06.467Z",
"email_addresses": [
{
"email": "[email protected]",
"is_primary": true
}
],
"id": 2141,
"account_id": 2153,
"company": "Construction.com",
"company_type": null,
"email": "[email protected]",
"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
}