Retrieve information on a client for a tenant that the current user is authorized to view.
External DocumentationTo learn more, visit the PlexTrac documentation.

Parameters

ParameterDescription
Client IDThe ID of the client to retrieve information for. Can be retrieved from the ‘List Clients’ action.

Example Output

{
	"name": "Test Client",
	"client_id": 1912,
	"tenant_id": 0,
	"doc_type": "client",
	"users": {
		"global_admin": {
			"classificationId": "cl33cuyyl0003potkhlbi0n6u",
			"role": "ADMIN"
		},
		"email@plextrac.com": {
			"classificationId": null,
			"role": "ADMIN"
		}
	},
	"tags": [
		"test"
	],
	"description": "descriptoin",
	"poc": "poc name",
	"poc_email": "email@test.com",
	"custom_field": [
		{
			"label": "Custom Field",
			"value": "data"
		}
	]
}

Workflow Library Example

Get Client with Plextrac and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop