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 information by its ID.
External DocumentationTo learn more, visit the Cynet documentation.

Parameters

ParameterDescription
User IDThe ID of the user to retrieve information on.

Example Output

{
	"id": 0,
	"firstName": "string",
	"lastName": "string",
	"email": "string",
	"dateOfBirth": "string",
	"emailVerified": true,
	"signUpDate": "string"
}

Workflow Library Example

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