Returns a paginated list of users along with when they were last recognized by a specified manager.
Pass a full array of user IDs (up to 20 per page) and optionally a manager_id.
Pagination is cursor-based and slices the provided user_ids array — pass page_size on the first
call and the returned next_cursor on subsequent calls (along with the same user_ids array).
The manager_id is encoded in the cursor and carried forward automatically; it does not need to
be re-supplied on subsequent pages.
When manager_id is provided, last_recognized_by_manager_at reflects the most recent recognition
given by that manager while they were actually the user's manager at that time.
Returns null for users with no recognition from the specified manager.
Requires global admin, finance admin, reports admin, or manager access.
Required OAuth scope: user:administer or reports:administer
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401Unauthorized
403Forbidden