module Springcm
  class Group < Resource
    # @return [ResourceList] Users that are a member of the specified Group.
    def users(offset: 0, limit: 20)
      Helpers.validate_offset_limit!(offset, limit)