Team Members
The team members resource is how you interact with employees/users of your FreshBooks business. This supersedes the Staff resource which was used primarily by FreshBooks Classic.
Access Requirements
Access | Requires Authorization |
|
Filters
Filter Type | Name | Field | Description |
|---|---|---|---|
Bool | active | active | If true, returns only the active team members |
Field Descriptions
Field | Type | Description |
|---|---|---|
uuid | string | Unique id of the team member |
first_name | string | First name |
middle_name | string | Middle name |
last_name | string | Last name |
string | ||
job_title | string | Job Title |
street_1 | string | Street address |
street_2 | string | Second line of the street address |
city | string | City |
province | string | Province/State |
country | string | Country |
postal_code | string | Postal/ZIP Code |
phone_number | string | Phone Number |
business_id | int | The id of this business |
business_role_name | string | Team member's role in the business |
active | bool | Whether the member is active or not |
identity_id | int | The identity_id of the team member if they have a FreshBooks account |
invitation_date_accepted | DateTime | The date/time the team member accepted their invitation |
created_at | DateTime | The date/time the team member was created |
updated_at | DateTime | The date/time the team member was last modified |