Hey,
We are trying to build an app. We need the current user information, like name, login id/email, user groups, for further processing. Is there any SDK available that can return me this kind of information?
Thanks.
Stephen
Solved! Go to Solution.
I am not shure, but you can do it by APIs
The team is currently working on an SDK which should give you such kind of information. Unfortunately I can't give you an ETA for it.
Best,
Sini
Hi @StephenLHChan, the SDK package is planned for 23CQ3.
In the meanwhile, you could use the service documented in the swagger spec:
https://{environmentid}.apps.dynatrace.com/platform/swagger-ui/index.html?urls.primaryName=Identity%20and%20Access%20Management
Hi @sw and @sinisa_zubic ,
Are you guys talking the same SDK?
Apologize if there is any misleading at my question.
@sw gave the url which is the endpoint get all users' information but what I am looking for is if there is a way to get the current user information who use the app.
For example, userA click on the app and the SDK will return userA's information to me. And, I will know userA had used the app. I may then ingest logs/ custom events to Dynatrace after userA triggered certain actions.
It is to fulfil some audit requirements at my company.
Thanks!
Sorry for the confusion.
Yes, the SDK package will provide information as:
May I ask for your use case, why do you need the user groups too?
hi @sw
it is for access right control. If I know the user group of the users, I can limited certain pages of the app only to some users.
Thanks @StephenLHChan for the insights! This won't be part of this package for now, but I'll discuss this with the team.