Create Customer Tag
Applies a tag to a customer. If a tag does not exist with the name, it will make a new one.
Last updated
Applies a tag to a customer. If a tag does not exist with the name, it will make a new one.
Last updated
user_id*
string
The unique ID for the user.
name*
string
The name of the tag.
string
The user’s email address. Required if user_id is not present.
update_session
boolean
Whether or not to update the user’s session. Defaults to true.
user_id*
string
The unique ID for the user.
tags*
array
An array of tag objects.
string
The user’s email address. Required if user_id is not present.