module Springcm
  class User < Resource
    # @return [ResourceList] Groups that the specified User is a member of.
    def groups(offset: 0, limit: 20)
      Helpers.validate_offset_limit!(offset, limit)