Get Token Info
Returns info about the entity managed by current token.
Example Output
{
"code": 1,
"contactFlags": {
"isPrimaryBilling": false,
"isPrimaryLicensee": false,
"isPrimaryTechnical": false
},
"name": "Some Organization",
"role": "ADMIN",
"teams": [
{
"id": 1,
"name": "Sample Team",
"role": "VIEWER"
}
],
"type": "List of customer teams."
}
Workflow Library Example
Get Token Info with Jetbrains and Send Results Via Email
Preview this Workflow on desktop