10 Apr 2019 04:24 PM - last edited on 17 Oct 2022 03:20 PM by Ana_Kuzmenchuk
Hi,
I think i'm not the only one to have thought of that but i would like to do an extract of all user account from all environment from my cluster management.
I didn't find any information about that in the Dynatrace Documentation and the Support confirmed that extraction of all user account is not available.
It would be a good thing if it can be implemented in a future version of the product.
Thx,
10 Apr 2019 08:15 PM
Hello,
With User Session Query Language you will be able to extract this information in the UI or by REST API, getting as result a JSON.
USQL is in EAP https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/how-to-use-real-use...
Regards
12 Apr 2019 07:36 AM
If you are talking about the users in a Dynatrace Managed cluster, the Cluster Management API does exactly what you want. See documentation:
https://www.dynatrace.com/support/help/how-to-use-dynatrace/davis-assistant/configuration/manage-use...
(it's only available for Dynatrace Managed, not for Dynatrace SaaS)
12 Apr 2019 10:44 AM
Yes, i'm talking about the users in a Dynatrace Managed Cluster
That exactly what i need. Thanks a lot for the help.