External DocumentationTo learn more, visit the Rapid7 documentation.
Actions
Get Asset Service Users
Returns the users enumerated on a port and protocol on an asset.

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.
| Parameter | Description |
|---|---|
| Asset ID | The ID of the asset. |
| Disable SSL Enforcement | Enable this option to skip SSL verification of the server’s certificate chain and host name. This may increase security vulnerabilities, but can be useful for testing or when custom verification is employed. |
| Port | The port of the service. |
| Protocol | The protocol of the service. |
{
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
],
"resources": [
{
"fullName": "Smith, John",
"id": 8952,
"name": "john_smith"
}
]
}
Was this page helpful?