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

cli bulk update of users "sync enabled" attribute

New post

Comments

1 comment

  • Kourtney

    This was discussed in a support case, but I wanted to post the answer incase anyone else needs it: 

     

    You can feed a .csv  file of user IDs you need to update the sync field for to the CLI. This .csv file will need to have one column with the header 'id': 

    To disable sync you would do: 

    box users:update --bulk-file-path=test.csv --no-sync-enable

    To enable sync you would do: 

    box users:update --bulk-file-path=test.csv --sync-enable

     

    0
    Comment actions Permalink

Please sign in to leave a comment.