Box Developerドキュメント
 

    Invite

    このリソースは、バージョン2024.0のエンドポイントで使用されています。 詳細については、 **Box APIのバージョン管理**を参照してください。

    会社へのユーザーの招待。

    string
    11446498

    この招待の一意の識別子

    string
    invite

    invite

    次の値に固定: invite

    他のリソース内にネストされたときに返される可能性があるユーザーのMini版の表示。

    string (date-time)
    2012-12-12T10:53:43-08:00

    招待が作成された日時

    他のリソース内にネストされたときに返される可能性があるユーザーのMini版の表示。

    object

    Boxに登録されている会社のレプリゼンテーション

    11446498

    この会社の一意の識別子。

    enterprise

    enterprise

    次の値に固定: enterprise

    Acme Inc.

    会社の名前

    string (date-time)
    2012-12-12T10:53:43-08:00

    招待が変更された日時。

    string
    pending

    招待のステータス

    レスポンスの例

    {
      "id": "11446498",
      "type": "invite",
      "actionable_by": {
        "id": "11446498",
        "type": "user",
        "login": "ceo@example.com",
        "name": "Aaron Levie"
      },
      "created_at": "2012-12-12T10:53:43-08:00",
      "invited_by": {
        "id": "11446498",
        "type": "user",
        "login": "ceo@example.com",
        "name": "Aaron Levie"
      },
      "invited_to": {
        "id": "11446498",
        "type": "enterprise",
        "name": "Acme Inc."
      },
      "modified_at": "2012-12-12T10:53:43-08:00",
      "status": "pending"
    }