Object OverviewCopy PageThe Workplace Object A workplace represents a payroll work location used for tax jurisdiction purposes. Employees on payroll or premium plans are assigned to a workplace that determines which state and local tax rules apply. Returned by EndpointShapeGET /workplacesList of workplacesGET /workplaces/:workplace_idSingle workplace Field Reference FieldTypeDescriptionworkplace_idstringUnique workplace identifier.line1stringAddress line 1.line2string | nullAddress line 2 (suite, unit, etc.).citystringCity.statestringTwo-letter state code.postal_codestringPostal / ZIP code.countrystringTwo-letter country code.activebooleanWhether the workplace is currently active. Example JSON{ "workplace_id": "wrk_1a2b3c4d5e6f", "line1": "123 Main Street", "line2": "Suite 200", "city": "San Francisco", "state": "CA", "postal_code": "94105", "country": "US", "active": true } Related Employee object Inviting an Employee guide Updated 3 months ago