-
'Edit Narrative Card' should not be connected to 'Edit Cards' in the roles
When we select the grant 'Edit Narrative Card,' it automatically enables the 'Edit Cards' grant. This severely inhibits the use of the 'Notebook' cards. We typically don't give any of our user the ability to edit or modify any of the cards in our instance, but we would like to give them the 'Notebook' card so users with…
-
Can I turn over provisioning of new Domo users to my internal IT team to handle it all using Okta?
Hi all- I found these reference links: (appears that provisioning is *NOT* supported) (appears that provisioning *IS* supported) And this forum thread: But it doesn't seem 100% clear to me on whether new Domo user provisioning can be handled totally by Okta without manual steps in Domo for each new user added (outside of…
-
Update all attributes(department, title..etc) of User API
With the dynamic groups being able to pick the users automatically through user attributes, it is very convenient if we can automatically change the values of user attributes, example, department. set department through API→ pick that department and set to dynamic group, with such dep name,, I badly need this now actually..
-
Favorite Chart Type Collection - A New Dropdown Option
Hello! Has anyone ever wanted a new dropdown option in the Chart Type area for their favorite/most used charts? It would be helpful to have vetted chart types used for specific purposes in one place. Furthermore, it could also serve as a collection of "approved" chart types for business units. Would anyone else find this…
-
Ability to impersonate a user
We frequently have situations where a user can't see a page or they get "request access" on the cards. To help us diagnose the issues, we would like to be able to impersonate a user, to see what they see.
-
CourseBuilder - editing trainings created by Domo
Hello, It looks like as recently as 2022, there was a way for me to download courses from learndomo.domo.com and reupload them into CourseBuilder so that I can tailor the trainings to my organizations needs. I don't see an option to "Train Your Team," as is included in some previous forum responses from 2018. Is this still…
-
What happens to scheduled reports if the author is deleted?
Hi all, We've got a user leaving the company, but she's got about 15 scheduled reports set up that go to various stakeholders. What happens to those reports if I delete her account? Do they continue running without an author, or will I need to re-set those reports under new accounts? Thanks!
-
User Experience Stats
Hi all, It's great that we can capture User View data from a Dashboard but it'd be a great addition to capture some more detailed metadata alongside this. e.g. Screen Resolution, Screen zoom, Clicks. We are trying to make our dashboards more accessible for a wider audience - part of that means delving into understanding…
-
Separate "from" email addresses for Alerts/Scheduled Reports and User Management
I've recently had multiple users in our instance claim not to have received a password recovery email after clicking the "Forgot Password" button from the login screen. We eventually found that the email had been moved to a different folder because they had an inbox rule for scheduled reports and both emails were being…
-
Deleted Users and Scheduled Reports
I would like to know if deleted users will continue to receive reports. After a user is deleted I am still able to view their account by using their Account Id in the url .domo.com/admin/people/<AccountID>tab=profile . So I know Domo retains their data but I'm unsure whether scheduled reports will still be sent to their…
-
Dataset with custom managed attributes for users
Domo now allows custom attributes to be created to capture additional user details. But there seems to be no dataset that provide details on these custom attributes. It would be useful if a dataset/api/other consumption method was available through which this detail is accessible. As this will greatly help us to validate…
-
User with Admin Access without save/move options?
Hi all, is it possible to create a user with Admin right but only the ability to see everything without amending anything. We do have the case that we would love that users see every DataSet/DataFlows etc. but without the option to create copies of these (they would need to rebuild everything on their own). Thanks for any…
-
what is destination of bulk export file?
I'm an Admin and I go to the People page and select new Bulk Export. Domo tells me it creates the export but I check my downloads directory and email and don't see it in either place. So where does it deposit the file?
-
How to make sure dashboards are organized the same way for users in a group (or across groups)
Hi there, I just realized that when my co-workers log into Domo, their navigation panel looks different than mine. For example, I have mine organized by A-Z (A) with Table of Content on top, but I created another account for testing, and the panel is out of order (B). Is there anyway to make sure they align? Thanks! (A) my…
-
Uploading Domo user photos via Python?
I've been experimenting with the Python package Pydomo and have found great success implementing it in our org. I have now automated how we update user's department, title, and even manager using Python. Now comes the hardest part: updating a user's photo. I have access to everyone's photo via Workday, and I want to be…
-
Customize Domo UI
Please create the ability to customize a user's Domo UI based on their profile. For example, one of my customers has users that are primarily view only. The option to hide the top toolbar as well as card stats would help eliminate confusion.
-
Can Admins Manage Other Users Notification Settings?
Is there any way an Administrator can modify a users notification settings, such as electing to receive the "What's Happening in Domo" weekly email?
-
Can you use domo.navigate() on a card that redirects user based on user ID?
I am trying to build out a dynamic dashboard that contains cards that act as buttons. Right now I have this "dynamic dashboard" built out for each user and redirecting them based on the URL that is linked to that card. What I want is a a single dashboard that is shared among all my licensed users, built out with a ddx that…
-
Remove Inactive Users Automatically from Domo.
Is it possible to remove the users automatically from instance after a period of inactivity.?
-
Any way to obtain a "last login" parameter for Users via the API?
Trying to obtain something like this from a GET request to the API to send out some inactivity emails with a Python app of ours. Didn't see any parameters like this in the API documentation. Any help would be appreciated. Thanks!
-
Go to next page in List of Users?
I'm using Python and I'm able to get the first 500 users (which is the max according to the docs) but then how do I get the following 500, etc.. we have thousands! This is what I have so far: import requests import json url = 'https://api.domo.com/v1/users?limit=500' headers = {'Content-type': 'application/json', 'Accept':…
-
MFA options other than SMS?
Hello, Will there be MFA options available other than SMS text messages? SMS text messages are my least preferred method of MFA. Malware and SIM swap attacks are some of the security concerns for this method: https://www.zdnet.com/article/microsoft-urges-users-to-stop-using-phone-based-multi-factor-authentication/ Cellular…
-
Delete User API
We need to remove more than 200 users in our instance and we want to do this in bulk. For that we thought on calling the User API via scripting so it could execute quickly. However, the API is returning an error 400 referring that the user owns datasets and therefore can't be deleted. We already have confirmed that the…
-
How to deactivate a user
Hello Community, Is there a way to deactivate Domo user for some time and temporarily suspend it and not delete it...