Skip to main content

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.

note

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 TasksInformation Stored
Application Roster
  • User ID
  • Email
  • First Name
  • Last Name
  • License Type
Application Access
  • Last Login
  • User Event Activity
  • Seat Type
License DifferentiationFor more information, see Smartsheet License Types and Tracking Application Activity by License Type for License Differentiation.
License InformationThe 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.
ReclamationAfter 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.
note

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 TabDescription
MemberA licensed, paid user who can create, edit, and share Smartsheet items.
Provisional MemberA temporary unpaid user with the same capabilities as a Member until assigned a full license.
ViewerAn unlicensed user who can view shared items but cannot create new ones.
GuestAn 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.

  1. Sign in to your Smartsheet account as an administrator.
  2. On the Account menu, click Apps & Integrations. The Personal Settings page opens.
  3. On the Personal Settings page, go to the left-hand menu and select API Access. The Manage API Access Tokens dialog appears.
  4. 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.
  5. Clearly name your new API Access Token (Example: SaaS Management Integration) and click OK.
  6. Copy and paste the API Access Token into a file. You will later copy and paste this token into SaaS Management.
  7. Complete Integrating Smartsheet With SaaS Management.

Locating Smartsheet Plan ID and Region

Complete the following steps to find your Smartsheet Plan ID and Region.

  1. In Smartsheet, on the left navigation menu, select your profile image.

  2. Select Admin Center.

  3. In the top-right corner of the Admin Center, select your profile image. An information panel appears that displays your account information.

  4. Copy and save the Plan ID. You will later enter this value into SaaS Management.

  5. 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:

    HostnameRegion
    app.smartsheet.comNA
    app.smartsheet.euEU
    app.smartsheet.auAU

Integrating Smartsheet With SaaS Management

Complete the following steps to integrate Smartsheet with SaaS Management.

  1. Add the Smartsheet application in SaaS Management. See Adding an Application.

  2. In the Add Application page:

    1. Select the appropriate Integration Tasks.

    2. Copy and paste the Smartsheet API Access Token obtained while Generating an Access Token With Smartsheet into Access Token.

    3. Enter the appropriate value in the Enable Event Activity field based on your Smartsheet plan. For more information, see the following table.

      Smartsheet PlanValue 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
    4. Enter the appropriate value in the Include Free Users field based on the scenarios listed in the following table.

      Include Free Users ScenarioValue to Enter
      To track Smartsheet Free Users in SaaS ManagementYes
      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
    5. 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