cedvill00 Member

Comments

  • Hi @GrantSmith, I tried passing roleid in role already, doesn't work. I also checked the acceptable attr, it only accepts name, email and role, no roleid. Also for any custom made roles, the names are coming as blank for the existing users (manually created). Compared to the ones that are domo roles. Thanks @jaeW_at_Onyx…
  • Hi @GrantSmith Just want to get back here instead of posting a new question. Maybe you know the answer. Im trying to create a user based on our custom made role. Now , CreateUserRequest() of domo only accepts role that are defaults eg Privilege, Admin, Participant. When I assign a different role, a role that we created, it…
  • Thanks! will check this out
  • Thanks! @GrantSmith Got it working. heres my code for reference: #check dataset based on specified dataset_id retrieved_dataset = domo.datasets.get(dataset_id) #export data retrieved to a string csv_download = datasets.data_export(retrieved_dataset['id'], include_csv_header) #transform string to dataframe user_list =…