> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Client

Retrieve information on a client for a tenant that the current user is authorized to view.

<Note>
  External Documentation

  To learn more, visit the [PlexTrac documentation](https://api-docs.plextrac.com/#6c504491-eea5-403e-a9f9-a0e5f33d81a0).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                        |
  | --------- | -------------------------------------------------------------------------------------------------- |
  | Client ID | The ID of the client to retrieve information for. Can be retrieved from the 'List Clients' action. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-client-with-plextrac-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-client-with-plextrac-and-send-results-via-email/canvas" />
</div>
