Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Everything into or out of the group service goes through the API.  There is no behind-the-scenes marshaling of groups or members.
  2. Group membership is of two types: direct and effective.  Effective being all direct members plus all effective members of member groups.  The difference is important.
    1. Direct membership is generally the concern when the group is managed.
    2. Effective membership is generally the concern when the group is referenced--for authorization, mailing lists, etc.
  3. We use PUT to either create or update a group or its membership.

    Info

    There was an interesting email thread on the TIER-API list about this data. See subject "group service api usage statistics", January 29, 2016.

Usage statistics for January

...