- URL:
- https://<root>/license/releaseLicense
- Methods:
GET
- Required Capability:
- Access allowed with the "Manage Licenses" privilege
- Version Introduced:
- 10.3
Description
The release
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
Parameter | Details |
---|---|
| The user name of the account. Example
|
| The response format. The default response format is Values: |
Example usage
The following is a sample POST request for the release
operation:
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
{"status": "success"}