• Resolved ericpo

    (@ericpo)


    Hi, i’m trying to associate new users to asqgaros categories and groups while importing users account in wordpress.

    I have a csv file to import users, but I do not find how users are linked to groups.

    How can I automatised asgaros group association?
    which table should I access and modify?

    Thanks

    • This topic was modified 3 years, 7 months ago by ericpo.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Dominik Rauch

    (@qualmy91)

    Hey @ericpo,

    the usergroups are saved in “wp_term_relationships” where “object_id” is the user ID and “term_taxonomy_id” is the ID of the Usergroup.

    So you will have to insert the IDs of the user and of the usergroup to this table.

Viewing 1 replies (of 1 total)
  • The topic ‘Mass Import WordPress Account’ is closed to new replies.