0

I am looking for information on Google Apps APIs.

  1. Is it possible to terminate the user's active session using the Google Apps API? If yes, can you please provide me the details on how to do that.

  2. I am using Directory API to access list of groups and update memberships of users: https://developers.google.com/admin-sdk/directory/v1/reference/groups. Can the same API be used to access and update the membership of collaborative groups also?

Thanks.

Jay Lee
  • 13,415
  • 3
  • 28
  • 59
Mark
  • 1

2 Answers2

0
  1. No. This is an open Feature Request here. Would be an awesome feature :)
  2. Not sure what you mean by a 'collaborative group'. That being said, any admin-managed group (created in the Admin console) can have its membership modified by the Directory API.
miketreacy
  • 1,120
  • 1
  • 11
  • 17
0

Regarding question 2, yes you can update group memberships of any groups in your Google Apps domain including Collaborative Inbox style groups. You would use the "Directory API: Group Members" endpoint, documented here:

https://developers.google.com/admin-sdk/directory/v1/guides/manage-group-members

Peter
  • 5,501
  • 2
  • 26
  • 42