domo-python-sdk icon indicating copy to clipboard operation
domo-python-sdk copied to clipboard

run_examples.py Groups code issues

Open jasonaltenburg opened this issue 10 months ago • 0 comments

The comments in the file state:

- To run this example file:
-- Copy and paste the contents of this file
-- Plug in your CLIENT_ID and CLIENT_SECRET (https://developer.domo.com/manage-clients), and execute "python3 run_examples.py"

The Python script fails to execute at line 386 unless you update line 378 to group_update.active = True The script also fails to execute at line 403 unless you specify to delete your own user id as the group creator with a message about being unable to delete groups with users still in them.

jasonaltenburg avatar Apr 16 '24 17:04 jasonaltenburg