Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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