Welcome to the new Box Support website. Check out all the details here on what’s changed.

Does box have single API call to delete user and to transfer folder as well for deleted box user?

New post

Comments

5 comments

  • cbetta

    Hi   we currently do not have this as one option in the API. The way forward is indeed to monitor the completion of the change and then delete the user.

    0
    Comment actions Permalink
  • sailpointdev

    Thanks for quick update, existing file or folder transfer API is synchronous in nature.

     

    If the size of the file is huge transfer will take good amount of time and delete box user API will not be triggered

    as the earlier transfer API result are not returned.

     

    As the Delete box user API is dependent on transfer API it will be difficult for our client to wait for the result of transfer API.

     

    Do you suggest any workaround that?

    0
    Comment actions Permalink
  • cbetta

     I think the current standard approach is to check if a user's root folder is empty before deleting the user.

    0
    Comment actions Permalink
  • sailpointdev

     

    Lets consider the use-case below;

    1. We are deleting box user - User1.

    2. We have to trigger API call to transfer files for User1.

    3. If the size of the files is too big we have to wait until the files are transferred or root folder gets empty for that user.

    4. We have to wait till the time all files gets transferred or root folder gets empty.

    5. Trigger API call to delete user once root folder is empty.

     

    Here we have to wait till the root folder gets empty which might hamper the performance if the file size is large.

    Can you suggest workaround for this?

    0
    Comment actions Permalink
  • cbetta

    Hi , there currently is no elegant solution for this process in place. The steps you described are indeed the preferred way. We recommend using an async process on your side to check in on the completion.

     

    There are a few requests for a solution to this problem in our product feedback forum. This is the most direct way for customers to provide feedback to our product team, who actively use this list to implement changes to Box.

     

    https://pulse.box.com/forums/909778-help-shape-the-future-of-box/suggestions/36108355-receive-notification-when-transfer-of-content-is-c

    0
    Comment actions Permalink

Please sign in to leave a comment.