Code Assist MCP for Smartsheet

Build 25.0.9539

ShareDashboard

Shares a dashboard with a user or group in your Smartsheet account.

Stored Procedure-Specific Information

To execute this procedure, enter:
EXEC ShareDashboard DashboardId='3559165791482796', UserEmail='[email protected]', AccessLevel='EDITOR', SendEmail='true', CcMe='true', EmailSubject='Sharing this dashboard with you', EmailMessage='You can find the shared dashboard below.'

Input

Name Type Required Description
DashboardId String True The unique identifier of the dashboard being shared.
UserEmail String False The email of the user to share the dashboard with.
GroupId String False The unique identifier of the group to share the dashboard with.
AccessLevel String True The access level for the user or group on the shared dashboard.

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

SendEmail Boolean False Boolean value indicating whether to notify the user or group about the shared dashboard with an email.
CcMe Boolean False Boolean value indicating whether to send a copy of the email to the sharer of the dashboard. Applies only when 'SendEmail' is set to true.
EmailSubject String False The subject of the email for the shared dashboard. Applies only when 'SendEmail' is set to true.
EmailMessage String False The message of the email for the shared dashboard. Applies only when 'SendEmail' is set to true.

Result Set Columns

Name Type Description
Success Boolean A boolean value indicating whether the operation was successful. Returns 'true' if the dashboard was shared successfully, and 'false' otherwise.
Id String The unique identifier of the created dashboard share.

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