Skip To Content
ArcGIS Developer
Dashboard

/userLicenseType: User License Type

  • URL:https://[root]/community/users/[userName]/userLicenseType
  • Version Introduced:10.7

Example usage

Below is a sample request URL for userLicenseType:

https://machine.domain.com/webadaptor/sharing/rest/community/users/jsmith/userLicenseType?f=json

Description

This resource returns a user's assigned license type. Viewing this resource through the JSON format will return information about licenses included in the user type.

Request parameters

ParameterDescription
f

The response format. The default response value is html.

Values: html | json | pjson

JSON Response example


{
  "id": "GISProfessionalAdvUT",
  "name": "GIS Professional Advanced",
  "apps": [
    {
      "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
      "title": "Essential Apps Bundle",
      "type": "App Bundle",
      "isAppBundle": true,
      "apps": [
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "ArcGIS Online Web App",
          "type": "Web Mapping Application",
          "entitlements": [
            "activityDashboard",
            "templates",
            "mapViewer",
            "presentationApp",
            "sceneViewer"
          ]
        },
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "Operations Dashboard for ArcGIS",
          "thumbnail": "thumbnail/opsdashboard.png",
          "type": "Web Mapping Application",
          "entitlements": ["opsdashboard"]
        },
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "Hub for ArcGIS",
          "type": "Web Mapping Application",
          "entitlements": ["HubforArcGIS"]
        },
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "Web AppBuilder",
          "type": "Web Mapping Application",
          "entitlements": ["webappbuilder"]
        },
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "AppStudio for ArcGIS",
          "type": "Web Mapping Application",
          "entitlements": ["appstudio"]
        },
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "Story Maps",
          "type": "Web Mapping Application",
          "entitlements": ["storymaps"]
        }
      ]
    },
    {
      "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
      "title": "ArcGIS Runtime Advanced",
      "type": "Application SDK",
      "isAppBundle": false,
      "entitlements": ["arcgisRuntimeAdvanced"]
    },
    {
      "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
      "title": "Field Apps Bundle",
      "type": "App Bundle",
      "isAppBundle": true,
      "apps": [
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "Workforce for ArcGIS",
          "thumbnail": "thumbnail/workforce_thumbnail.jpg",
          "type": "Web Mapping Application",
          "entitlements": ["workforce"]
        },
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "Survey123 for ArcGIS",
          "thumbnail": "thumbnail/ago_downloaded.png",
          "type": "Web Mapping Application",
          "entitlements": ["survey123"]
        },
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "Collector for ArcGIS",
          "type": "Mobile Application",
          "entitlements": ["collector"]
        },
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "ArcGIS QuickCapture",
          "type": "Mobile Application",
          "entitlements": ["QuickCapture"]
        }
      ]
    },
    {
      "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
      "title": "ArcGIS Pro",
      "type": "Web Mapping Application",
      "isAppBundle": false,
      "entitlements": ["desktopAdvN"]
    },
    {
      "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
      "title": "Office Apps Bundle",
      "type": "App Bundle",
      "isAppBundle": true,
      "apps": [
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "ArcGIS Maps for Office 365",
          "type": "Web Mapping Application",
          "entitlements": ["mapsforOffice365"]
        },
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "ArcGIS Maps for SharePoint",
          "thumbnail": "thumbnail/ago_downloaded.png",
          "type": "Web Mapping Application",
          "entitlements": ["mapsforSharepoint"]
        },
        {
          "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
          "title": "ArcGIS Maps for Office",
          "thumbnail": "thumbnail/ago_downloaded.png",
          "type": "Web Mapping Application",
          "entitlements": ["mapsforOffice"]
        }
      ]
    }
  ],
  "extensions": [
    {
      "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
      "title": "Parcel Fabric",
      "type": "User License Type Extension",
      "isAppBundle": false,
      "entitlements": ["parcelFabric"]
    },
    {
      "id": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
      "title": "Utility Network",
      "type": "User License Type Extension",
      "isAppBundle": false,
      "entitlements": ["utilityNetwork"]
    }
  ]
}