Smartsheet
The Smartsheet platform enables you to collaborate, manage, and report on work in real time, automate workflows, and deploy new processes at scale.
The following sections explain prerequisites, resources, and instructions for integrating with SaaS Management.
The Smartsheet integration has been updated with new API endpoints. Existing customers must reauthorize the integration with the credentials referenced in Required Smartsheet Credentials.
Stored Smartsheet Information
The following table describes the available integration tasks and stored data within SaaS Management.
| Available Integration Tasks | Information Stored |
|---|---|
| Application Roster |
|
| Application Access |
|
| License Differentiation | For more information, see Smartsheet License Types and Tracking Application Activity by License Type for License Differentiation. |
| License Information | The SaaS Management License Information integration task is not yet supported for Smartsheet. Currently, there is no Smartsheet API endpoint that fetches license type information and the total number of available licenses. |
| Reclamation | After the reclamation task is executed for the selected users, the user licenses are reclaimed. As a result, the users become Viewers in your organization's Smartsheet environment. For more information, see Reclaiming SaaS Licenses. |
The information stored is subject to change as enhancements are made to the SaaS application.
Required Minimum Permissions for Smartsheet
Administrator access is required.
Smartsheet Authentication Method
The Token Based authentication method is required.
Required Smartsheet Credentials
The following credentials are required:
-
Access Token
-
Plan ID
-
Region
-
Enable Event Activity
-
Include Free Users
Smartsheet License Types
The Smartsheet integration displays a list of licenses associated with each discovered user in the Activity tab. The license types are described in the following table.
| Smartsheet License Types Displayed in the Activity Tab | Description |
|---|---|
| Member | A licensed, paid user who can create, edit, and share Smartsheet items. |
| Provisional Member | A temporary unpaid user with the same capabilities as a Member until assigned a full license. |
| Viewer | An unlicensed user who can view shared items but cannot create new ones. |
| Guest | An external collaborator who can access only shared items and may comment or edit if granted permission. |
Integrating Smartsheet With SaaS Management
Complete the following tasks to integrate Smartsheet with SaaS Management:
Generating an Access Token With Smartsheet
Complete the following steps to generate an access token with Smartsheet.
- Sign in to your Smartsheet account as an administrator.
- On the Account menu, click Apps & Integrations. The Personal Settings page opens.
- On the Personal Settings page, go to the left-hand menu and select API Access. The Manage API Access Tokens dialog appears.
- In the Manage API Access Tokens dialog, click Generate new access token.Clearly name your new API Access Token (Example: SaaS Management Integration) and click OK.
- Clearly name your new API Access Token (Example: SaaS Management Integration) and click OK.
- Copy and paste the API Access Token into a file. You will later copy and paste this token into SaaS Management.
- Complete Integrating Smartsheet With SaaS Management.
Locating Smartsheet Plan ID and Region
Complete the following steps to find your Smartsheet Plan ID and Region.
-
In Smartsheet, on the left navigation menu, select your profile image.
-
Select Admin Center.
-
In the top-right corner of the Admin Center, select your profile image. An information panel appears that displays your account information.
-
Copy and save the Plan ID. You will later enter this value into SaaS Management.
-
Find your Region by checking the hostname of your Smartsheet instance. You will later enter this value into SaaS Management. Refer to the following table:
Hostname Region app.smartsheet.com NA app.smartsheet.eu EU app.smartsheet.au AU
Integrating Smartsheet With SaaS Management
Complete the following steps to integrate Smartsheet with SaaS Management.
-
Add the Smartsheet application in SaaS Management. See Adding an Application.
-
In the Add Application page:
-
Select the appropriate Integration Tasks.
-
Copy and paste the Smartsheet API Access Token obtained while Generating an Access Token With Smartsheet into Access Token.
-
Enter the appropriate value in the Enable Event Activity field based on your Smartsheet plan. For more information, see the following table.
Smartsheet Plan Value to Enter For Smartsheet Enterprise plans with the add-on feature Event Reporting, SaaS Management can track Smartsheet user event activity data when the Enable Event Activity field is enabled.
For a list of all currently supported events, see Smartsheet's documentation topic, Event Reporting Reference.Yes For Smartsheet Pro and Business plans, SaaS Management can only track Smartsheet last login activity. No or leave the Enable Event Activity field blank -
Enter the appropriate value in the Include Free Users field based on the scenarios listed in the following table.
Include Free Users Scenario Value to Enter To track Smartsheet Free Users in SaaS Management Yes To filter out Smartsheet Free Users in SaaS Management
By default, free users are not tracked in SaaS Management's integration with Smartsheet.No or leave the Include Free Users field blank -
Click Authorize.
For further information on managing and optimizing your organization's Smartsheet licenses, see:
-
Smartsheet API Endpoints
Application Roster
https://api.smartsheet.com/2.0/users
Application Access
If Enable Event Activity is set as "Yes":
https://api.smartsheet.com/2.0/events
If Enable Event Activity is set as "No" or left blank:
https://api.smartsheet.com/2.0/users?planId=<<planId>>&include=lastLogin
Reclamation
https://api.smartsheet.com/2.0/users/<<UserID>>/plans/<<planId>>/downgrade