Invite

An invite for a user to an enterprise.

A mini representation of a user, used when nested within another resource.

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

When the invite was created

string
11446498

The unique identifier for this object

A mini representation of a user, used when nested within another resource.

object

A representation of a Box enterprise

11446498

The unique identifier for this object

Acme Inc.

The name of the enterprise

enterprise

Value is always enterprise

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

When the invite was modified.

string
pending

The status of the invite

string
invite

Value is always invite

Response Example

{
  "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"
}