-
Notifications
You must be signed in to change notification settings - Fork 23
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#789 - API Expansion for Role Information #1022
Comments
8 tasks
Phil91
added a commit
that referenced
this issue
Sep 20, 2024
Phil91
added a commit
to eclipse-tractusx/portal
that referenced
this issue
Sep 20, 2024
This was referenced Sep 20, 2024
Phil91
added a commit
that referenced
this issue
Sep 23, 2024
Refs: #1022 Reviewed-By: Evelyn Gurschler <[email protected]>
Phil91
added a commit
to eclipse-tractusx/portal
that referenced
this issue
Sep 23, 2024
Refs: eclipse-tractusx/portal-backend#1022 Reviewed-By: Evelyn Gurschler <[email protected]>
@gopalreddy-bmw please verify against swagger |
Hi @MaximilianHauer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Expand the GET technical user information API to include the roletype (internal/external).
As an API Developer, I need to enhance the GET technical user information API to include the technical user type and service endpoint so that this information can be programmatically retrieved and utilized in various systems.
Endpoint to be adjusted ->
GET: api/administration/serviceaccount/user/roles
Add Parameter
roleType
should displayinternal
orexternal
Acceptance Criteria
Test Cases
Test Case 1: Retrieve technical role information - Internal
Description: Verify that the API returns the correct technical role information.
Steps:
Make a GET request to the endpoint
api/administration/serviceaccount/user/roles
Verify that the response includes the following fields:
RoleType: "internal"
Expected Result: The API should return the technical role information with the correct "internal" type
Test Case 2: Retrieve technical role information - External
Description: Verify that the API returns the correct technical role information.
Steps:
Make a GET request to the endpoint
api/administration/serviceaccount/user/roles
Verify that the response includes the following fields:
RoleType: "external"
Expected Result: The API should return the technical role information with the correct "external" type
The text was updated successfully, but these errors were encountered: