People
List all people
Returns a paginated list of people in the current workspace. Use starting_after or ending_before to page through large collections.
get/v2/people
Query parameters
limitinteger
Page size, 1-200. Unset uses the server default.
starting_afterstring
Cursor for forward pagination. Set to the id of the last item from the previous page.
ending_beforestring
Cursor for backward pagination. Set to the id of the first item from the previous page.
Response
OK