Release License

URL:
https://<root>/license/releaseLicense
Methods:
GET
Required Capability:
Access allowed with the "Manage Licenses" privilege
Version Introduced:
10.3

Description

The releaseLicense operation releases a member's license for ArcGIS Pro. Organization members can check out an ArcGIS Pro license for offline or disconnected use. A license can only be used with a single device running ArcGIS Pro. To check in the license, a valid access token and refresh token is required. If the refresh token for the device is lost, damaged, corrupted, or formatted, the user will not be able to check in the license. This prevents the user from logging in to ArcGIS Pro from any other device. As an administrator, you can release the license. This frees the outstanding license and allows the user to check out a new license or use ArcGIS Pro in a connected environment.

Request parameters

ParameterDetails

username

The user name of the account.

Example
1
username=jdoe

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample POST request for the releaseLicense operation:

1
2
3
4
5
6
POST /webadaptor/portaladmin/license/releaseLicense HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

username=jdoe&f=json

JSON Response example

1
{"status": "success"}

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