I have some documents that a user of another subscription has shared with me.
Using the “https://api.lucid.co/documents/{id}/shares/users” I am able to retrieve the id of the users (of the subscription of the user that shares the document with me) that have access to the document.
But when trying to get the name of the user using the endpoint “https://api.lucid.co/users/{id}” i get a 403 error.
Using the UI “File information=>Show details” I see the initial and the name of the user which makes me thinking that we have access to these informations. Why the API returns this 403 error?
Best regards.
