/userLicenseType: User License Type

URL:
https://[root]/community/users/[userName]/userLicenseType
Methods:
GET
Version Introduced:
ArcGIS Enterprise 10.7

Example usage

Below is a sample request URL for userLicenseType:

1
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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
  "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"]
    }
  ]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close