Skip to main content

Get Licenses For Team

Returns all the licenses of a current team.

Basic Parameters

ParameterDescription
AssignedFetches only assigned licenses if set to true and unassigned is set to false. If set to null all licenses will be fetched.
Team IDTeam ID.

Advanced Parameters

ParameterDescription
Assignee EmailAssignee email to filter licenses.
PageCurrent page number (page numbering starts with 1).
Per PageThe number of items to return per page.
Product CodeProduct code to filter licenses.

Example Output

[
{
"assignee": {
"email": "string",
"name": "string",
"type": "string"
},
"domain": "string",
"isAvailableToAssign": false,
"isSuspended": false,
"isTransferableBetweenTeams": false,
"isTrial": false,
"lastSeen": {
"isOfflineCodeGenerated": false,
"lastAssignmentDate": "date-time",
"lastSeenDate": "date-time"
},
"licenseId": "ABC1234567",
"perpetual": {
"isOutdated": false,
"upgradeDueDate": "date-time"
},
"product": {
"code": "II",
"name": "IntelliJ IDEA Ultimate"
},
"subscription": {
"isAutomaticallyRenewed": false,
"isOutdated": false,
"subscriptionPackRef": "Subscription pack reference. 'null' if renewal is stopped.",
"validUntilDate": "date-time"
},
"team": {
"id": 0,
"name": "string"
}
}
]

Workflow Library Example

Get Licenses for Team with Jetbrains and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop