-
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…
-
Ability to turn off the "REQUEST MORE ACCESS" button for Social users
We have over 1,200 social users and it is a headache to deal with so many users clicking this button on a weekly basis.
-
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...