External DocumentationTo learn more, visit the Cynet documentation.
Actions
Get User Information
Retrieve user information by its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| User ID | The ID of the user to retrieve information on. |
{
"id": 0,
"firstName": "string",
"lastName": "string",
"email": "string",
"dateOfBirth": "string",
"emailVerified": true,
"signUpDate": "string"
}
Was this page helpful?