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

# List Users

Retrieves a list of all users in your KnowBe4 account.

## Example Output

```json theme={"dark"}
{
	"id": 667542,
	"employee_number": "19425",
	"first_name": "William",
	"last_name": "Marcoux",
	"job_title": "VP of Sales",
	"email": "wmarcoux@kb4-demo.com",
	"phish_prone_percentage": 14.235,
	"phone_number": "555-554-2222",
	"extension": "42",
	"mobile_phone_number": "555-553-4422",
	"location": "Office A",
	"division": "Sales",
	"manager_name": "Michael Scott",
	"manager_email": "mscott@kb4-demo.com",
	"provisioning_managed": false,
	"provisioning_guid": null,
	"groups": [
		3264
	],
	"current_risk_score": 45.742,
	"aliases": [
		"alias_email@kb4-demo.com"
	],
	"joined_on": "2019-04-02T15:02:38.000Z",
	"last_sign_in": "2019-04-02T15:02:38.000Z",
	"status": "active",
	"organization": "KB4-Demo",
	"department": "Sales",
	"language": "English - United States",
	"comment": "Low PPP",
	"employee_start_date": "2019-04-02T15:02:38.000Z",
	"archived_at": null,
	"custom_field_1": "Building C, 4th Floor",
	"custom_field_2": null,
	"custom_field_3": null,
	"custom_field_4": null,
	"custom_date_1": "1986-11-26",
	"custom_date_2": null
}
```

## Workflow Library Example

[List Users with Knowbe4 and Send Results Via Email](https://library.blinkops.com/workflows/list-users-with-knowbe4-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/list-users-with-knowbe4-and-send-results-via-email/canvas" />
</div>
