Get details about a user in a Lacework Account.
External DocumentationTo learn more, visit the Lacework documentation.

Parameters

ParameterDescription
User IDThe ID of the user to get details of. Can be retrieved from the ‘List Users’ action.

Example Output

{
	"data": {
		"name": "Support",
		"company": "LW",
		"email": "user@example.com",
		"userGuid": "LWXYZ...",
		"userEnabled": 1,
		"type": "StandardUser",
		"userGroups": [
			{
				"userGroupGuid": "BCFKL_1233245",
				"userGroupName": "User group name"
			}
		],
		"lastLoginTime": 1234567891011,
		"orgAccess": "NO_ORG_ACCESS"
	}
}

Workflow Library Example

Get User Details with Lacework and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop