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

# 外部ユーザー リソース

外部ユーザーは、自社に所属していないコラボレータです。

## 外部ユーザー削除ジョブ送信のレスポンス

各外部ユーザー削除リクエストの結果を含む複数のステータスのレスポンス。

<Accordion title="属性と例">
  | プロパティ     | 型                      | 必須 | 説明                    |
  | --------- | ---------------------- | -- | --------------------- |
  | `entries` | array of `外部ユーザーの削除結果` | はい | 各外部ユーザー削除リクエストの結果の配列。 |

  ```json 例 theme={null}
  {
    "entries": [
      {
        "user_id": "12345",
        "status": 202,
        "detail": "string"
      }
    ]
  }
  ```
</Accordion>
