You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
anddisplayTechnicalUser = 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
The text was updated successfully, but these errors were encountered: