Skip to main content
API version 2024.0 An invite for a user to an enterprise.
id
string
example: 11446498The unique identifier for this invite.
type
string
example: inviteThe value will always be invite.Value is always invite
actionable_by
User (Mini)object
A mini representation of a user, as can be returned when nested within other resources.
created_at
string(date-time)
example: 2012-12-12T10:53:43-08:00When the invite was created.
invited_by
User (Mini)object
A mini representation of a user, as can be returned when nested within other resources.
invited_to
object
A representation of a Box enterprise.
modified_at
string(date-time)
example: 2012-12-12T10:53:43-08:00When the invite was modified.
status
string
example: pendingThe status of the invite.
{
  "id": "11446498",
  "type": "invite",
  "actionable_by": {
    "id": "11446498",
    "type": "user",
    "login": "[email protected]",
    "name": "Aaron Levie"
  },
  "created_at": "2012-12-12T10:53:43-08:00",
  "invited_by": {
    "id": "11446498",
    "type": "user",
    "login": "[email protected]",
    "name": "Aaron Levie"
  },
  "invited_to": {
    "id": "11446498",
    "type": "enterprise",
    "name": "Acme Inc."
  },
  "modified_at": "2012-12-12T10:53:43-08:00",
  "status": "pending"
}