Get Current User

GET {{baseUrl}}/1/users/current?sort_by=updated_usec&sort_order=asc

Returns information about the authenticated user.

Request Params

KeyDatatypeRequiredDescription
sort_bystringDetermines which field to sort the shared_folder_ids
and group_folder_ids lists by.
sort_orderstringDetermines what order to sort the shared_folder_ids
and group_folder_ids lists by. asc sorts the lists in
ascending order while desc sorts the lists in descending order.

RESPONSES

status: OK

{"id":"UTUAEAiZl6B","name":"Jane Doe","is_robot":false,"affinity":0.43,"company_id":"IMbAcASGu56","emails":["jane@example1.com","jane@example2.com"],"disabled":false,"created_usec":1632022665732239,"chat_thread_id":"adHAAAKik9A","profile_picture_url":"https://acme.quip.com:443/vWMeAXtnYvRMJJH_A6OaMA","desktop_folder_id":"AGWAOAhT3qk","archive_folder_id":"BGWAOAhT3qk","starred_folder_id":"CGWAOAhT3qk","private_folder_id":"DGWAOAhT3qk","trash_folder_id":"EGWAOAhT3qk","shared_folder_ids":["FGWAOAhT3qk","GGWAOAhT3qk"],"group_folder_ids":["HGWAOAhT3qk","IGWAOAhT3qk"]}