Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sig#987 - Filter technical User that are not owned and have displayTechnicalUser = false (apps/Services) #1211

Open
1 task
MaximilianHauer opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@MaximilianHauer
Copy link

MaximilianHauer commented Dec 16, 2024

Description

AS a User
WHEN i subscribe an app/service where i accepted the terms that the technical user data is managed by the app/service provider
THEN i dont want to be able to see the technical user in the overview.

Adjust /api/administration/serviceaccount/owncompany/serviceaccounts
to filter all users that have isOwner = false and displayTechnicalUser = false

Acceptance Criteria

  • The /api/administration/serviceaccount/owncompany/serviceaccounts API endpoint should be adjusted to filter the returned service accounts based on the following criteria:

  • isOwner = false : Only return service accounts that are not owned by the current user.

  • displayTechnicalUser = false : Only return service accounts where the "displayTechnicalUser" parameter is set to false.

Additional Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: IN PROGRESS
Development

No branches or pull requests

2 participants