@pwsincd I think you can use userData.isAdmin = isAdmin; if I’m not mistaken - see

I was able to add user field on user creation by using hook filter:user.create. Now I noticed that the field is not generally available on the profile and to make it available we need to use the filter:user.whitelistFields . Please correct me if I am wron...
for an example