External DocumentationTo learn more, visit the Cisco Domain Protection documentation.
Actions
Get User
Fetches information about a specific user.

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 |
|---|---|
| User ID | The ID of the user to fetch information for. Can be retrieved form the ‘List Users’ action. |
{
"version": 1,
"status": "ok",
"code": 200,
"user": {
"id": 42,
"created_at": "2019-07-23 11:12:13.141516+00:00",
"updated_at": "2020-08-01 16:02:33.902724+00:00",
"full_name": "Armaan Cooley",
"email": "acooley@example.com"
}
}
Was this page helpful?