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

# Mitglied einladen

> Lade jemanden in einen Workspace ein.

<ParamField header="Authorization" type="string" placeholder="API Key" required>
  Der API-Schlüssel für Ihr Konto. Sie finden ihn in Ihren [Kontoeinstellungen](https://squarecloud.app/de/account/security).
</ParamField>

### Parameter

<ParamField body="workspaceId" type="string" placeholder="Workspace Id">
  Die ID des Workspace.
</ParamField>

<ParamField body="code" type="string" placeholder="Invite code">
  Ein String mit dem Einladungscode des Mitglieds.
</ParamField>

<ParamField body="group" type="string" placeholder="Permission name">
  Die Berechtigungen des Mitglieds für die Anwendungen des Workspace
</ParamField>

### Response

<ResponseField name="status" type="string">
  Gibt an, ob der Aufruf erfolgreich war. `success` bei Erfolg, `error` andernfalls.
</ResponseField>

<ResponseExample>
  ```json theme={null}
  {
    "status": "success"
  }
  ```
</ResponseExample>
