Configuration parameters
url— Server URL (required)insecure— Trust any certificate (not secure)credentials_json— Credentials JSONcred_json—as_user— User ID for Fetching Incidentsevent_type— Types of Events to Ingest as Incidentsdefault_user— Default Usersearch_user_id— Auto-detect user IDs based on their email address.incidentType— Incident typeisFetch— Fetch incidentsfirst_fetch— First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)max_fetch— The maximum amount of incidents to fetch at once
Commands (27)
-
box-create-file-share-linkAdds a shared link to a file.
-
box-create-folder-share-linkAdds a shared link to a folder.
-
box-create-userCreates a new managed user in an enterprise. This endpoint is only available to users and applications with the correct admin permissions.
-
box-delete-userDeletes a user. By default this will fail if the user still owns any content. Move their owned content before proceeding, or use the force field to delete the user and their files.
-
box-download-fileReturns the contents of a file in binary format.
-
box-file-deleteDeletes a file, either permanently or by moving it to the trash.
-
box-find-file-folder-by-share-linkReturn the file represented by a shared link.
-
box-folder-createCreates a new empty folder within the specified parent folder.
-
box-get-current-userRetrieves information about the user who is currently authenticated.
-
box-get-folderRetrieves details for a folder, including the first 100 entries in the folder.
-
box-get-shared-link-by-fileGets the information for a shared link on a file.
-
box-get-shared-link-by-folderGets the information for a shared link on a folder.
-
box-list-enterprise-eventsReturns up to a year of past events for the entire enterprise.
-
box-list-folder-itemsRetrieves a page of items in a folder.
-
box-list-user-eventsReturns up to a year of past events for a given user.
-
box-list-usersReturns a list of all users for the Enterprise along with their user_id, public_name, and login.
-
box-move-folderMove all of the items (files, folders and workflows) owned by a user into another user's account.
-
box-remove-file-share-linkRemoves a shared link from a file.
-
box-remove-folder-share-linkRemoves a shared link from a folder.
-
box-search-contentSearches for files, folders, web links, and shared files across the users' content or across the entire enterprise.
-
box-trashed-item-delete-permanentlyPermanently deletes a file or folder that is in the trash. This action cannot be undone.
-
box-trashed-item-restoreRestores a file or folder that has been moved to the trash.
-
box-trashed-items-listRetrieves the files and folders that have been moved to the trash.
-
box-update-file-share-linkUpdates a shared link on a file.
-
box-update-folder-share-linkUpdates a shared link on a folder.
-
box-update-userUpdates a managed user in an enterprise. This endpoint is only available to users and applications with the right admin permissions.
-
box-upload-fileUploads a file to the given folder.