Skip to main content
Retrieve user details by its ID.
External DocumentationTo learn more, visit the Alertmedia documentation.

Parameters

ParameterDescription
User IDThe ID of the user.

Example Output

[
	{
		"id": 1,
		"first_name": "Test",
		"last_name": "One"
	}
]

Workflow Library Example

Get User with Alertmedia and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop