> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Location

Each worker can be assigned to one or more work locations. Someone’s primarly work location will usually determine
where they pay taxes and what terms apply to their employment.

In many remote-friendly environments, this can be the employee’s home.
Note that each new work location, even if it’s the employee’s home, may require to be registered by the company.
This is especially common for employees working from home from different states in the US.

### Attributes

<ResponseField name="id" type="string">
  Unique identifier for the object, e.g. `loc_cNqYX2J3s9bI2Aa`.
</ResponseField>

<ResponseField name="name" type="string">
  Human-readable name for the work location.
</ResponseField>

<ResponseField name="address" type="object">
  The address for this work location.

  <Expandable title="child attributes">
    <ResponseField name="line1" type="string">
      Address line1 (e.g. street, PO Box, or company name).
    </ResponseField>

    <ResponseField name="line2" type="string">
      Address line2 (e.g. apartment, suite, unit or building).
    </ResponseField>

    <ResponseField name="city" type="string">
      City, district, suburb, town, or village.
    </ResponseField>

    <ResponseField name="state" type="string">
      State, county, province, or region.
    </ResponseField>

    <ResponseField name="postal_code" type="string">
      ZIP or postal code.
    </ResponseField>

    <ResponseField name="country" type="string">
      Two-letter country code (ISO 3166-1 alpha-2).
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="created" type="string">
  Timestamp of when the location was created.
</ResponseField>

<ResponseField name="updated" type="string">
  Timestamp of the most recent update to the location.
</ResponseField>
