module Teamwork::Client::People

Public Instance Methods

get_people(options = {}) click to toggle source

GET all people options:

page: UnsignedInt
pageSize: UnsignedInt (default 50)

return: [Teamwork::Thing]

# File lib/teamwork/client/people.rb, line 11
def get_people(options = {})
  objects_from_response(:get, "people", "people", options)
end