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

# 権限の変更

> workspace メンバーの権限を変更します。

<ParamField header="Authorization" type="string" placeholder="API Key" required>
  アカウントの API キーです。これは[アカウント設定](https://squarecloud.app/ja/account/security)で確認できます。
</ParamField>

### パラメーター

<ParamField body="workspaceId" type="string" placeholder="Workspace Id">
  workspace の ID。
</ParamField>

<ParamField body="memberId" type="string" placeholder="Member ID">
  メンバーの ID。
</ParamField>

<ParamField body="group" type="string" placeholder="Permission name">
  workspace のアプリケーションに対するメンバーの権限。
</ParamField>

### レスポンス

<ResponseField name="status" type="string">
  呼び出しが成功したかどうかを示します。成功した場合は `success`、失敗した場合は `error` です。
</ResponseField>

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