Skip to main content

Get User

Fetches information about a specific user.

External Documentation

To learn more, visit the Cisco Domain Protection documentation.

Parameters

ParameterDescription
User IDThe ID of the user to fetch information for. Can be retrieved form the 'List Users' action.

Example Output

{
"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"
}
}

Workflow Library Example

Get User with Cisco Domain Protection and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop