In my searches it looks like the ability to turn off contact sharing on a per user (or selected users) basis wasn't possible. One post I thought it said it was possible but the URL was broken. All of the posts I saw were old... is it now possible to take a list of users and bulk change those users to be hidden in the address list? (turn off contact sharing)
--
You received this message because you are subscribed to the Google Groups "Google Apps Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/0ac69a16-4397-4cdf-bcbb-58186e289e1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The basic single user command would be:gam update user us...@domain.com gal offAssuming you had a CSV of email addresses with "email" as the CSV header you could run:gam csv disable-sharing.csv gam update user ~email gal offor if you wanted to hide all Students from the GAL you could run:gam print users query "orgUnitPath='/Students'" | gam csv - gam update user ~primaryEmail gal off
Jay Lee
On Thu, Dec 11, 2014 at 10:26 AM, melissa benson <mebe...@gmail.com> wrote:
In my searches it looks like the ability to turn off contact sharing on a per user (or selected users) basis wasn't possible. One post I thought it said it was possible but the URL was broken. All of the posts I saw were old... is it now possible to take a list of users and bulk change those users to be hidden in the address list? (turn off contact sharing)
--
You received this message because you are subscribed to the Google Groups "Google Apps Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.
gam csv disable-sharing.csv gam update user ~email gal off