forPeople

fun forPeople(endDate: LocalDate? = null, startDate: LocalDate? = null, page: Int? = null): Flow.Publisher<PaginatedListResults<Change>>

Get a list of all of the person ids that have been changed in the past 24 hours.

You can query it for up to 14 days worth of changed IDs at a time with the start_date and end_date query parameters. 100 items are returned per page

Parameters

endDate

The end of the time range for the results

startDate

The start of the time range for the result

page

The page number for the selected result