Hi All,
I want to set expire date of the colloborator while adding colloboration on specific folder for a user using API call. So that on expiry date, the folder access should be disabled for the user.
But i am not able to find any option through which i can pass expiry_at value.
I have checked the below API description :
https://box-content.readme.io/reference#add-a-collaboration
There is no option available to set the expiry date using above API call. But as per the response, the expires_at is retrieved with null value.
Kindly suggest me possbile workaround through API.