Skip to main content

Get User

Get details of a user given its ID.

External Documentation

To learn more, visit the Cribl documentation.

Parameters

ParameterDescription
IDThe UUID of the user to get. Can be retrieved from the List Users action.

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

Get User with Cribl and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop