An invite for a user to an enterprise.
"11446498"
The unique identifier for this invite
"invite"
invite
Value is always invite
A mini representation of a user, as can be returned when nested within other resources.
"2012-12-12T10:53:43-08:00"
When the invite was created
A mini representation of a user, as can be returned when nested within other resources.
A representation of a Box enterprise
"11446498"
The unique identifier for this enterprise.
"enterprise"
enterprise
Value is always enterprise
"Acme Inc."
The name of the enterprise
"2012-12-12T10:53:43-08:00"
When the invite was modified.
"pending"
The status of the invite
{
"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"
}