External DocumentationTo learn more, visit the Cribl documentation.
Actions
List Users
Retrieve a list of all users.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Product | A product to filter results by. Important: This parameter is required when using a Cribl Cloud connection. |
{
"count": 0,
"items": [
{
"currentPassword": "string",
"disabled": true,
"email": "string",
"first": "string",
"id": "string",
"last": "string",
"password": "string",
"roles": [
"string"
],
"username": "string"
}
]
}
Was this page helpful?