Add a user tag to an account to add a User to a group.
User Tags may be implemented for both proprietary and enterprise profile systems, and may be added to accounts by several means:
Both API methods, the HTTP Add User Tag call and the Ping for Pull method, will overwrite any tags previously assigned to the Account through other means. Therefore, please select one method, and use it consistently throughout your process.
The user’s profile will display either the name of the group (if the user is only in one group) or the number of groups to which the user belongs.
Pass the user’s LFToken and your selected tag name in with the POST request
For example:
curl -XPOST -d 'tag_name=tag&lftoken=eyJhbGciOiAiA_TOKENcGlyZXMiOiAxMzU3OTY3NTAxLjIzn0.KoyXUVCavt-rdvkVXm2qzQTyMAOSp-crQA1uL1ht9WU' 'https://labs.quill.fyre.co/api/v3.0/author/system@`labs.fyre.co`/tag/'
For more information, see API Reference > Add User Tag.
Use the tags array to assign users to user groups. (Tags may include 1-63 alphanumeric and underscore characters.)
For example:
"tags": ["moderator", "brand_advocate"],
Add user tags to the Remote Profile, used to sync user data between your custom profile system and Livefyre, for the specific users.