External DocumentationTo learn more, visit the Alertmedia documentation.
Actions
List User Contact Preferences
Retrieve a list of contact preferences for a user 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": 234567,
"fields": [
"email",
"email2"
],
"created": "2022-08-18T20:13:16.255113Z",
"updated": "2022-09-12T21:31:17.246486Z",
"channel": "email",
"user": 123456
}
Was this page helpful?