Code Assist MCP for Smartsheet

Build 25.0.9539

UpdateWorkspaceShare

Updates a workspace share in your Smartsheet account.

Stored Procedure-Specific Information

To execute this procedure, enter:
EXEC UpdateWorkspaceShare WorkspaceId='526966953666436', ShareId='AAAd8aDaFOeE', AccessLevel='ADMIN'

Input

Name Type Required Description
WorkspaceId String True The unique identifier of the workspace which was shared.
ShareId String True The unique identifier of the workspace share.
AccessLevel String True The access level for the user or group on the shared workspace.

The allowed values are ADMIN, COMMENTER, EDITOR, EDITOR_SHARE, OWNER, VIEWER.

Result Set Columns

Name Type Description
Success Boolean A boolean value indicating whether the operation was successful. Returns 'true' if the workspace share was updated successfully, and 'false' otherwise.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539