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

Returns a list of users.

<Note>
  External Documentation

  To learn more, visit the [Tenable documentation](https://developer.tenable.com/reference/users-list).
</Note>

## Example Output

```json theme={"dark"}
{
	"value": {
		"users": [
			{
				"container_uuid": "f8973c82-01a7-4aee-9754-4a61e3b3e70e",
				"email": "admin@example.com",
				"enabled": true,
				"id": 2,
				"last_login_attempt": 1586458924584,
				"lastlogin": 1544477990398,
				"lockout": 0,
				"login_fail_count": 0,
				"login_fail_total": 0,
				"name": "Admin Example",
				"permissions": 64,
				"type": "local",
				"user_name": "admin@example.com",
				"username": "admin@example.com",
				"uuid": "0d67d2fa-558c-4f89-b506-41b4b73101e1",
				"uuid_id": "0d67d2fa-558c-4f89-b506-41b4b73101e1"
			},
			{
				"container_uuid": "f8973c82-01a7-4aee-9754-4a61e3b3e70e",
				"email": "user3@example.com",
				"enabled": true,
				"id": 4,
				"last_login_attempt": 1584354906000,
				"lockout": 0,
				"login_fail_count": 1,
				"login_fail_total": 1,
				"name": "User Sample",
				"permissions": 32,
				"type": "local",
				"user_name": "user3@example.com",
				"username": "user3@example.com",
				"uuid": "1eddf745-7f6b-440a-90c6-df88efe2cf77",
				"uuid_id": "1eddf745-7f6b-440a-90c6-df88efe2cf77"
			},
			{
				"container_uuid": "f8973c82-01a7-4aee-9754-4a61e3b3e70e",
				"email": "user4@example.com",
				"enabled": true,
				"id": 5,
				"last_login_attempt": 1588869878417,
				"lockout": 0,
				"login_fail_count": 0,
				"login_fail_total": 0,
				"name": "User Sample",
				"permissions": 32,
				"type": "local",
				"user_name": "user4@example.com",
				"username": "user4@example.com",
				"uuid": "d748ab37-f2cf-461c-8648-a8328c0f483e",
				"uuid_id": "d748ab37-f2cf-461c-8648-a8328c0f483e"
			}
		]
	}
}
```

## Workflow Library Example

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