Returns info about the entity managed by current token.

Example Output

{
	"code": 4602380,
	"name": "<string>",
	"role": "<string>",
	"contactFlags": {
		"isPrimaryLicensee": false,
		"isPrimaryTechnical": false,
		"isPrimaryBilling": false
	},
	"teams": [
		{
			"id": 2313639,
			"name": "<string>",
			"role": "<string>"
		},
		{
			"id": 2363663,
			"name": "<string>",
			"role": "<string>"
		}
	],
	"profileUrl": "<string>",
	"type": "<string>"
}

Workflow Library Example

Get Token Info with Jetbrains and Send Results Via Email

Preview this Workflow on desktop