Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 3.45 KB

File metadata and controls

13 lines (10 loc) · 3.45 KB

PeopleRequest

Fields

Field Type Required Description
timezoneOffset Optional<Long> The offset of the client's timezone in minutes from UTC. e.g. PDT is -420 because it's 7 hours behind UTC.
obfuscatedIds List<String> The Person IDs to retrieve. If no IDs are requested, the current user's details are returned.
emailIds List<String> The email IDs to retrieve. The result is the deduplicated union of emailIds and obfuscatedIds.
includeFields List<PeopleRequestIncludeField> List of PersonMetadata fields to return (that aren't returned by default)
includeTypes List<IncludeType> The types of people entities to include in the response in addition to those returned by default.
source Optional<String> A string denoting the search surface from which the endpoint is called.