AWS Security ChangesHomeSearch

AWS singlesignon documentation change

Service: singlesignon · 2025-05-31 · Documentation low

File: singlesignon/latest/IdentityStoreAPIReference/API_GetGroupMembershipId.md

Summary

Added examples section with sample request/response for GetGroupMembershipId API operation and removed note about member account access

Security assessment

Operational example added while removing security context about member account permissions. No security fixes demonstrated.

Diff

diff --git a/singlesignon/latest/IdentityStoreAPIReference/API_GetGroupMembershipId.md b/singlesignon/latest/IdentityStoreAPIReference/API_GetGroupMembershipId.md
index 8e7f944ee..555aa617e 100644
--- a//singlesignon/latest/IdentityStoreAPIReference/API_GetGroupMembershipId.md
+++ b//singlesignon/latest/IdentityStoreAPIReference/API_GetGroupMembershipId.md
@@ -5 +5 @@
-Request SyntaxRequest ParametersResponse SyntaxResponse ElementsErrorsSee Also
+Request SyntaxRequest ParametersResponse SyntaxResponse ElementsErrorsExamplesSee Also
@@ -9,6 +8,0 @@ Request SyntaxRequest ParametersResponse SyntaxResponse ElementsErrorsSee Also
-Retrieves the `MembershipId` in an identity store.
-
-###### Note
-
-If you have access to a member account, you can use this API operation from the member account. For more information, see [Limiting access to the identity store from member accounts](https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-your-accounts.html#limiting-access-from-member-accounts) in the _AWS IAM Identity Center User Guide_.
-
@@ -141,0 +136,26 @@ HTTP Status Code: 400
+## Examples
+
+### Example
+
+This example retrieves the membership ID using the group ID and member ID.
+
+#### Sample Request
+    
+    
+    {
+        "IdentityStoreId": "d-1234567890",
+        "GroupId": "a1b2c3d4-5678-90ab-cdef-EXAMPLE22222",
+        "MemberId": {
+            "UserId": "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111"
+        }
+    }
+    
+
+#### Sample Response
+    
+    
+    {
+        "MembershipId": "74b864b8-7061-70d4-0d6f-22c89feaacbb",
+        "IdentityStoreId": "d-1234567890"
+    }
+