Data retrieved by Box connector
Data retrieved by the Box connector that is stored by Snow.
Users
| API property | Description |
|---|---|
| id | The unique ID of the user. |
| type | The object of the call. The value is always user. |
| name | The user's display name. |
| created_at | The date the user object was created. |
| modified_at | The date the user was last modified. |
| login | The user's primary email address. |
| max_upload_size | The maximum individual file size the user can have. |
| status | The user's account status. |
| phone | The user's phone number. |
| role | The user's enterprise role. |
Events
| API property | Description |
|---|---|
| type | The object of the call. The value is always event. |
| created_at | The date the event occurred. |
| event_id | The ID of the event object. |
| event_type | The type of event. |
| created_by | The user that performed the event. |
| created_by.id | The unique ID of the user who performed the event. |
| created_by.Type | The object of the CreatedBy property. The value is always user. |
| created_by.Name | The display name of the user who performed the event. |
| created_by.Login | The primary email address of the user who performed the event. |
| additional_details.size | The size of the uploaded file. |
| source.item_type | The type of item that triggered an event. |