new API call: Users in Projects #3339
JoergBruenner
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'd like to ask for a new feature in DT:
I do a lot of scripting around the DT API. I really often need to know which user has access to a known project. So I can send project owners tasks resulting from vulnerabilities in their projects. I worked around it: I create a local database containing projects, ACLs, teams and users. That's wired: All that data is already available in DT database. I'ts better to use them. Could you build API calls:
I'd like to have the other way round too:
3) "Give me all projects the user, identified by username or e-mail or UUID, has access to."
4) "Does the the user, identified by username or e-mail or UUID, has access to the project, identified by ?"
These calls would make scripting a lot easier and more performant.
What do you think about it?
I wish you a merry Xmas
Joerg
Beta Was this translation helpful? Give feedback.
All reactions