Get details of a user by its ID. Important: This action is supported only for the on-prem connections.
External DocumentationTo learn more, visit the Cribl documentation.

Parameters

ParameterDescription
IDThe ID of the user to get. Can be retrieved using 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