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
Use dark colors for code blocksCopy
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:

Use dark colors for code blocksCopy
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

Use dark colors for code blocksCopy
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.