External DocumentationTo learn more, visit the Alertmedia documentation.
Actions
Get User
Retrieve user details 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. |
[
{
"id": 1,
"first_name": "Test",
"last_name": "One"
}
]
Was this page helpful?