Get User
GET {{baseUrl}}/1/users/:id?sort_by=updated_usec&sort_order=asc
Returns the user with the specified ID.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sort_by | string | Determines which field to sort the shared_folder_ids | |
and group_folder_ids lists by, if they're included in the | |||
response. | |||
sort_order | string | Determines what order to sort the shared_folder_ids | |
and group_folder_ids lists by, if they're included in the | |||
response. 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"]}