Title: Infusionsoft HTTP Post
Last modified: September 12, 2019

---

# Infusionsoft HTTP Post

 *  Resolved [PDidee](https://wordpress.org/support/users/pdidee/)
 * (@pdidee)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/infusionsoft-http-post/)
 * Have a client using Infusionsoft HTTP post to push new users and assign roles.
   Is there a specific Name/Value pairing to assign a group to a user?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/infusionsoft-http-post/#post-11925284)
 * it is done with php code
 * single group eg add to group 1 for user 72
 *     ```
       $user_id = '72' ;
       update_user_meta( $user_id, 'private_group', '*group1*');
       ```
   
 * or multiple groups eg add to group 1 and group 6
 * `update_user_meta( $user_id, 'private_group', '*group1*group6*');`
    -  This reply was modified 6 years, 6 months ago by [Robin W](https://wordpress.org/support/users/robin-w/).
 *  Thread Starter [PDidee](https://wordpress.org/support/users/pdidee/)
 * (@pdidee)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/infusionsoft-http-post/#post-11925723)
 * Thanks Robin I’ll give this a shot!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Infusionsoft HTTP Post’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bbp-private-groups.svg)
 * [Private groups](https://wordpress.org/plugins/bbp-private-groups/)
 * [Support Threads](https://wordpress.org/support/plugin/bbp-private-groups/)
 * [Active Topics](https://wordpress.org/support/plugin/bbp-private-groups/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbp-private-groups/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbp-private-groups/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [PDidee](https://wordpress.org/support/users/pdidee/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/infusionsoft-http-post/#post-11925723)
 * Status: resolved