zmprov ga
name@domain.com will list the attributes that are currently set for account:
name@domain.com.
If account: name is in your default domain, then you can omit the @domain.com part. You can also send the output to a text file by using the following:
zmprov ga
name@domain.com > name1.txt
Then you can change some settings and save the output to a new file:
zmprov ga
name@domain.com > name2.txt
And use the diff command to see which attributes changed:
diff name1.txt name2.txt
Don't forget to leave off the : at the end of the attribute name...