List People *get https://example.com/personsReturn a list of people configured in the system. Used for collaborators and notifications. Supports pagination. * unsupported endpointQuery ParamsnamestringFilter results that have a person name that contains the specified value.onlyUsersbooleanFilter results to only persons that have a login.truefalseHeadersoffsetintegerDefaults to 0Number of results to skip when paging.countintegerDefaults to 25Maximum number of results to be returned when paging.directionstringenumDefaults to ascSorts results in ascending or descending order.ascdescAllowed:ascdescResponse 200Returns a list of people.Updated 6 months ago