- List all pending collaborations for a user
- Retrieve information about a collaboration
- Add a collaborator to a file or folder
- Update a collaboration
- Remove a collaboration
- List all collaborations for a group
- List all collaborations for a folder
- List all collaborations for a file
- Add a comment to a file
- Retrieve information about a comment
- Update a comment's message
- Remove a comment
- List user and enterprise events
- Retrieve information about a file
- Retrieve a thumbnail of a file
- Update a file's information
- Delete a file and move it to trash
- Copy a file to another folder
- Download file content
- Retrieve a specific version of a file
- List all versions of a file
- Promote a previous file version to be the current version
- Restore a specific file version
- Delete a specific file version
- List comments on a file
- List tasks on a file
- Retrieve information about a file in trash
- Restore a file from trash
- Permanently delete a trashed file
- List items in a folder
- Retrieve information about a folder
- Create a new folder
- Update a folder's information
- Delete a folder and move it to trash
- Copy a folder to another folder
- Retrieve information about a folder in trash
- Restore a folder from trash
- Permanently delete a trashed folder
- List all items in trash
- List all groups in the enterprise
- Retrieve information about a group
- Create a new group
- Update a group's information
- Delete a group
- List members of a group
- Add a user to a group
- Update a user's membership in a group
- Remove a user from a group
- Retrieve identity information about the current Box connection, mapped to the StackOne IAM unified credentials schema. Returns the authed user's login (email) as name, with auth_type pinned to "oauth". Requires root_readonly scope.
- List all Box enterprise groups mapped to the StackOne IAM unified group schema, paginated 100 per page using marker-based pagination. Each group includes its name and description. Requires manage_groups scope.
- Retrieve a single Box enterprise group by ID, mapped to the StackOne IAM unified group schema. Supports expand=["users"] to include the group's members. Requires manage_groups scope.
- List Box enterprises as StackOne IAM organizations. Box is a single-tenant platform — this returns exactly one organization record derived from the enterprise field on the current user. Requires root_readonly scope.
- Retrieve the Box enterprise by ID, mapped to the StackOne IAM unified organization schema. Box is a single-tenant platform — the connected account's enterprise is the only organization. Requires root_readonly scope.
- Enumerate the resource_type values accepted by unified_list_resource_users on this connector — exactly ["file", "folder"]. Box collaborations apply to files and folders only. Performs a lightweight auth probe so 401/403 surfaces before the static list is returned.
- List the collaborators on a Box file or folder as IAM users, each annotated with a resource-scoped collaboration role. Wraps GET /files/{id}/collaborations or GET /folders/{id}/collaborations. resource_id must be the raw Box remote_id (NOT the StackOne-encoded id). Requires root_readonly scope.
- List all Box enterprise roles as StackOne IAM unified roles. Box has no native roles API — this action synthesizes the three built-in roles (admin, coadmin, user) from the Box user role field. Performs a lightweight auth probe before returning the static list so 401/403 surfaces immediately.
- Get a single Box enterprise role by ID. Box has no native roles API — this action synthesizes role data from the three built-in roles (admin, coadmin, user). Valid IDs are "admin", "coadmin", and "user".
- List all Box enterprise users mapped to the StackOne IAM unified user schema, paginated 100 per page. Each user is annotated with a synthesized workspace-level role (admin, coadmin, user), status (enabled/disabled), and avatar URL. Requires manage_managed_users scope.
- Retrieve a single Box enterprise user by ID, mapped to the StackOne IAM unified user schema. Supports expand=["groups"] to include the user's group memberships. Requires manage_managed_users scope.
- List all metadata instances on a file
- Retrieve a specific metadata instance on a file
- Apply a metadata template to a file
- Update a metadata instance on a file
- Remove a metadata instance from a file
- Retrieve a specific metadata instance on a folder
- List all metadata instances on a folder
- Apply a metadata template to a folder
- Update a metadata instance on a folder
- Remove a metadata instance from a folder
- List all metadata templates
- Retrieve a metadata template
- Search files and folders by metadata
- Create a task on a file
- Retrieve information about a task
- Update a task
- Remove a task
- List assignments for a task
- Assign a task to a user
- Retrieve information about a task assignment
- Update a task assignment
- Remove a task assignment
- Upload a new file
- Upload a new version of an existing file
- Create a chunked upload session for large files
- Retrieve information about the current authenticated user
- List all users in the enterprise
- Retrieve information about a user
- Create a new managed user in the enterprise
- Update a user's information
- Delete a user from the enterprise
- Retrieve a user's avatar image
- Delete a user's avatar image
No matching actions