- URL:
- https://[root]/content/listings/[itemID]/provisionUserEntitlements
- Methods:
POST
Example Usage
URL for Provision User Entitlements
https://www.arcgis.com/sharing/rest/content/listings/6489da7f08f045ac8c0a5b1de37d56fe/provisionUserEntitlements
Description
For a license-by-user listing, purchasing organization administrator can use this operation (POST only) to provision entitlements to org members. It can only be made if the item has already been purchased, or is being tried by the purchasing org. A maximum of 25 users can be provisioned in one request.
Request Parameters
Parameter | Details |
---|---|
| For a complete listing, see Common parameters. |
| A JSON object representing the set of entitlements assigned to the specified set of users. Example:
Only members of the purchasing org can be specified in the request. Specified When there is no The total number of currently provisioned users plus users specified in requests should be no larger than the maximum number of users allowed for the purchasing org. |
Response Properties
Property | Details |
---|---|
| Indicates whether the operation was successful. |
JSON Response Syntax
{"success": true | false}
JSON Response Example
{"success": true}
or
{"error": {
"code": 400,
"message": "item not provisioned",
"details": []
}}