Skip to main content

List Users

Retrieve a list of all users.

External Documentation

To learn more, visit the Cribl documentation.

Example Output

{
"count": 0,
"items": [
{
"currentPassword": "string",
"disabled": true,
"email": "string",
"first": "string",
"id": "string",
"last": "string",
"password": "string",
"roles": [
"string"
],
"username": "string"
}
]
}

Workflow Library Example

List Users with Cribl and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop