An invite for a user to an enterprise.
A mini representation of a user, used when nested within another resource.
2012-12-12T10:53:43-08:00When the invite was created
11446498The unique identifier for this object
A mini representation of a user, used when nested within another resource.
A representation of a Box enterprise
11446498The unique identifier for this object
Acme Inc.The name of the enterprise
enterpriseValue is always enterprise
2012-12-12T10:53:43-08:00When the invite was modified.
pendingThe status of the invite
inviteValue is always 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"
}