Exporting app_metadata.authorization.groups

Hi @staticvars,

Welcome to the Auth0 Community!

I have just tested the User Import/Export extension and could successfully export my users with the app_metadata.authorization.groups.

In my tests, I created some users with the following:

//app_metadata
{
  "authorization": {
    "groups": [
      "testvalue"
    ]
  }  
}

And exported my users with these attributes:

With that, could you please double-check that you typed app_metadata.authorization.groups as the user attribute?

Please let me know how this goes for you.

Thanks,
Rueben

1 Like