> ## 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.

# Role

A [Worker](/reference/workers/object) can have more than one role throughout their [Employment](/reference/employments/object).
Each change in their role will be represented by a new Role record.

### Attributes

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

<ResponseField name="worker" type="string">
  The ID of the worker this role belongs to.
</ResponseField>

<ResponseField name="title" type="string">
  The worker's job title.
</ResponseField>

<ResponseField name="responsibilities" type="string">
  Long-form description of the worker's responsibilities. Usually *optional*, but may be required in
  certain jurisdictions where needed to be incorporated into the employment agreement.
</ResponseField>

<ResponseField name="level" type="number">
  A numeric representation of the worker's level. Useful in salary reports and compensation
  benchmarks.
</ResponseField>

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