Admin Users Last Recognized

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required
Allowed:
string
enum
required
Allowed:
params
object
required
string
required
Responses

401

Unauthorized

403

Forbidden

Language
Credentials
Bearer
OAuth2 access token
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json