Invite

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

他のリソース内にネストされたときに使用される、ユーザーの簡易版レプリゼンテーション。

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

招待が作成された日時

string
11446498

このオブジェクトの一意の識別子

他のリソース内にネストされたときに使用される、ユーザーの簡易版レプリゼンテーション。

object

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

11446498

このオブジェクトの一意の識別子

Acme Inc.

会社の名前

enterprise

次の値に固定: enterprise

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

招待が変更された日時。

string
pending

招待のステータス

string
invite

次の値に固定: invite

レスポンスの例

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