Merge users
Merge two users together, where the user specified with the `from_user_id` param will be merged into the user specified by `user_id`.
Merge users
Merge two users together, where the user specified with the from_user_id param will be merged into the user specified by user_id.
Endpoint
Rate limit
Tier 2Path parameters
The id of the user to merge into.
Request body
The user ID to merge from.
Returns
A User represents an individual in your system who can receive notifications through Knock. Users are the most common recipients of notifications and are always referenced by your internal identifier.
The typename of the schema.
A URL for the avatar of the user.
The creation date of the user from your system.
The primary email address for the user.
The unique identifier of the user.
Display name of the user.
The E.164 phone number of the user (required for SMS channels).
The timezone of the user. Must be a valid tz database time zone string. Used for recurring schedules.
The timestamp when the resource was last updated.
Any additional custom properties.