List Team Members

GET https://api.freshbooks.com/auth/api/v1/businesses/{{businessId}}/team_members

Request Params

KeyDatatypeRequiredDescription
activebooleanIf true, returns only the active team members
pagenumberPage number
per_pagenumberNumber of team members per page

RESPONSES

status: OK

{"response":[{"uuid":"dd6392d0-0639-40bd-9502-7d80c44de9f3","first_name":"John","middle_name":null,"last_name":"Doe","email":"test@freshenv.com","job_title":null,"street_1":null,"street_2":null,"city":null,"province":null,"country":null,"postal_code":null,"phone_number":null,"business_id":6806492,"business_role_name":"business_employee","active":false,"identity_id":null,"invitation_date_accepted":null,"created_at":"2023-01-24T17:17:56Z","updated_at":"2023-03-01T09:45:42Z"}],"meta":{"page":1,"per_page":5,"total":1}}