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

# セッション終了 リソース

セッション終了APIを使用すると、グループのロールと権限を検証し、グループのセッションを終了させる非同期ジョブを作成できます。

## セッション終了メッセージ

終了ジョブステータスについて通知するメッセージ。

<Accordion title="属性と例">
  | プロパティ     | 型        | 必須  | 説明                 |
  | --------- | -------- | --- | ------------------ |
  | `message` | `string` | いいえ | 終了ジョブステータスの一意の識別子。 |

  ```json 例 theme={null}
  {
    "message": "Request is successful, please check the admin\nevents for the status of the job"
  }
  ```
</Accordion>
