Skip to content

Confirm License Assignment

Use the information below to get the activations list for an individual member.

To find out if a product has been activated, please first ensure that the product has been assigned to a user and that the user has logged into their Trimble Identity account.

API CALL:

GET {base URL}/entitlements/members/{memberId}/activations

Parameters:

  • fields
  • accounts
  • SKUs
  • featurePrefixes
  • States
  • Include TID OAuth Bearer token for your application (see get access token instructions for more information).
  • Add a Content-Type of application/json.

BODY:

Base your body on the example request code sample below. At least one of these values is required: name, parent_path, parent_id.

Example Request:

Terminal window
GET {base URL}/entitlements/members/{memberId}/activations
/entitlements/members/1113264445/activations?fields=full&states=ACTIVATED,REVOKED
#### Example Response Body:
```json
[
{
"activation": {
"product": {
"productId": "602",
"sku": "WSMFREE",
"name": "WSMFREE",
"desc": "Worksmanager Free subscription",
"features": [
{
"featureId": "308",
"name": "FEA-WRKSMNGR",
"version": "1.0",
"externalId": "FEA-WRKSMNGR"
}
],
"licenseModel": {
"licenseModelId": "2",
"licenseModelName": "Days based"
},
"isExternal": false
},
"accounts": [
{
"accountId": "sampleId1595861528601",
"type": "CUSTOMER",
"name": "SampleName1595861528601",
"isPrimary": true
}
],
"quantity": 1,
"activationMethod": "FIXED",
"activationStartDate": {
"year": 2017,
"month": 12,
"day": 15
},
"activationId": "02c9c0af-f065-48f8-8ad2-4f22943099e9",
"entitlementId": "9aab8344-1522-488d-a541-9e708b7bd4fb",
"lineItemId": "6a514f3c-5336-4412-8dbf-6459a3e51ebc",
"activatorId": "testUserId_1595861528601",
"isActive": true,
"activationDate": {
"year": 2020,
"month": 7,
"day": 27
},
"expiryDate": {
"year": 2028,
"month": 12,
"day": 14
},
"currentState": "ACTIVATED",
"lineItemActivationAttributes": {
"attributeGroups": [
{
"name": "LOCKING",
"attributes": [
{
"name": "Locking Code",
"value": "1",
"readOnly": false
}
]
}
]
},
"trn": "TRN:Activation:834b348d-57f3-4ae6-b83f-131a8cf401b1"
},
"activationIdTRN": "TRN:Activation:834b348d-57f3-4ae6-b83f-131a8cf401b1",
"memberId": "1113264445",
"type": "USER",
"memberSince": {
"year": 2020,
"month": 7,
"day": 27
}
}
]