Get User
Get details of a user given its ID.
External Documentation
To learn more, visit the Cribl documentation.
Parameters
Parameter | Description |
---|---|
ID | The 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
Preview this Workflow on desktop