I am doing some integration works with box. I want to enable users collaboration on shared documents. I want collaborator can see each other's profile during the collaboration. But when one user call Box api GetUserInfo to get other user's profile he got following error.
{"type":"error","status":404,"code":"not_found","context_info":{"errors":[{"reason":"invalid_parameter","name":"user","message":"Invalid value 'u_12343567'. 'user' with value 'u_12343567' not found"}]},"help_url":"http://developers.box.com/docs/#errors","message":"Not Found","request_id":"removed for privacy1sdab29asd4ca2a6"}
Is there a way to enable users to get other users' profile in one Teams account?