Skip to main content
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