> ## 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 User

View user details.

## Parameters

<div className="integrations-table">
  | Parameter | Description |
  | --------- | ----------- |
  | ID        | User id.    |
</div>

## Example Output

```json theme={"dark"}
{
	"id": 109,
	"avatar": "<string>",
	"name": "<string>",
	"first_name": "<string>",
	"last_name": "<string>",
	"username": "<string>",
	"remote": false,
	"locale": "<string>",
	"employee_num": null,
	"manager": null,
	"jobtitle": "<string>",
	"vip": false,
	"phone": null,
	"website": null,
	"address": null,
	"city": "<string>",
	"state": null,
	"country": null,
	"zip": null,
	"email": "<string>",
	"department": null,
	"location": null,
	"notes": "<string>",
	"permissions": null,
	"activated": false,
	"autoassign_licenses": true,
	"ldap_import": false,
	"two_factor_enrolled": false,
	"two_factor_optin": false,
	"assets_count": 2,
	"licenses_count": 1,
	"accessories_count": 2,
	"consumables_count": 1,
	"manages_users_count": 1,
	"manages_locations_count": 1,
	"company": null,
	"created_by": {
		"id": 0,
		"name": "<string>"
	},
	"created_at": {
		"datetime": "2025-04-01 01:10:12",
		"formatted": "Tue Apr 01, 2025 1:10AM"
	},
	"updated_at": {
		"datetime": "2025-04-01 01:10:12",
		"formatted": "Tue Apr 01, 2025 1:10AM"
	},
	"start_date": null,
	"end_date": null,
	"last_login": null,
	"deleted_at": null,
	"available_actions": {
		"update": true,
		"delete": true,
		"clone": true,
		"restore": false
	},
	"groups": null
}
```

## Workflow Library Example

[Get User with Snipe It and Send Results Via Email](https://library.blinkops.com/workflows/get-user-with-snipe-it-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-user-with-snipe-it-and-send-results-via-email/canvas" />
</div>
