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

# Invite a worker

> Invite a worker to set up their account on Plane.

### Parameters

<ParamField type="string" path="id" initialValue="wr_5yMmVvd6Cz7Ptx" required>
  The ID of a worker in your Plane workspace.
</ParamField>

### Returns

Returns a worker ID if a valid identifier was provided, and returns an error otherwise.

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "wr_5yMmVvd6Cz7Ptx"
  }
  ```
</ResponseExample>
