Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing groups #11

Open
jeremylichtman opened this issue Jan 28, 2018 · 4 comments
Open

Importing groups #11

jeremylichtman opened this issue Jan 28, 2018 · 4 comments

Comments

@jeremylichtman
Copy link

When I import groups, the data appear as smart groups. Is there a way to make the import create normal groups instead?

@eileenmcnaughton
Copy link
Owner

I'm surprised it does that - the saved_search_id field is the field that determines smart groupiness

@jeremylichtman
Copy link
Author

I'll try with that field explicitly set to zero or null. I didn't have it as part of the import.

@jeremylichtman
Copy link
Author

Looked in the API explorer, as you recommended.

The imported groups don't show; only the default admin group:

    {
    "is_error": 0,
    "version": 3,
    "count": 1,
    "id": 1,
    "values": [
        {
            "id": "1",
            "name": "Administrators",
            "title": "Administrators",
            "description": "Contacts in this group are assigned Administrator role permissions.",
            "is_active": "1",
            "visibility": "User and User Admin Only",
            "group_type": [
                "1"
            ],
            "is_hidden": "0",
            "is_reserved": "0"
        }
    ]
}

I can see the imported groups in the smart groups block, but can't figure out which table they're in in the API explorer.

@Dubidubiduu
Copy link

@jeremylichtman Did you find a solution to this? Have you got a default .csv for importing non smart groups?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants