To 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

Preview this Workflow on desktop