External DocumentationTo learn more, visit the Lacework documentation.
Actions
List Users
Get a list of all users in a Lacework account, including both standard and service users.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"data": [
{
"name": "Support 1",
"company": "LW",
"email": "user1@example.com",
"userGuid": "LWXYZ...",
"userEnabled": 1,
"type": "StandardUser",
"userGroups": [
{
"userGroupGuid": "FLKDJF_23423",
"userGroupName": "Admin"
}
],
"lastLoginTime": 1234567891011,
"orgAccess": "NO_ORG_ACCESS"
},
{
"name": "Support 2",
"description": "Some description",
"userGuid": "LWXYZ...",
"userEnabled": 1,
"serviceUserId": "dsfldsfask3dj334j",
"apiKeys": [
{
"createdDate": "Feb 03 2023 01:57",
"keyId": "KSJKJD_DK333...",
"createdUser": "Support User",
"status": "Active"
}
],
"userGroups": [
{
"userGroupGuid": "ABC_12345",
"userGroupName": "User group name"
}
],
"type": "ServiceUser",
"lastLoginTime": 1234567891011,
"orgAccess": "NO_ORG_ACCESS"
}
]
}
Was this page helpful?