Users
users
Methods
Delete user
Get user
Get channel data
Get preference set
List users
List messages
List preference sets
List schedules
List subscriptions
Merge two users together, where the user specified with the from_user_id param will be merged into the user specified by user_id.
Set channel data
Updates a complete preference set for a user. This is a destructive operation that will replace the existing preference set for the user.
Unset channel data
Domain types
A set of parameters to identify a user with. Does not include the user ID, as that's specified elsewhere in the request. You can supply any additional properties you'd like to upsert against the user.
A set of parameters to inline-identify a user with. Inline identifying the user will ensure that the user is available before the request is executed in Knock. It will perform an upsert against the user you're supplying, replacing any properties specified.
A user object
Bulk
users.bulk
Methods
Bulk delete users
Bulk identifies users
Bulk set preferences
Feeds
users.feeds
Methods
Returns the feed settings for a user.
Returns a paginated list of feed items for a user, including metadata about the feed.