AWS Security ChangesHomeSearch

AWS singlesignon documentation change

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

File: singlesignon/latest/userguide/deleteusers.md

Summary

Added AWS CLI instructions for deleting users and updated terminology (e.g., 'Disable user access' to 'Remove users from groups')

Security assessment

The update provides CLI support and clarifies user removal processes but does not directly mitigate a security issue. Terminology changes improve accuracy but are not security-specific.

Diff

diff --git a/singlesignon/latest/userguide/deleteusers.md b/singlesignon/latest/userguide/deleteusers.md
index 7bc581522..19747ce43 100644
--- a//singlesignon/latest/userguide/deleteusers.md
+++ b//singlesignon/latest/userguide/deleteusers.md
@@ -7 +7 @@
-When you delete a user in your IAM Identity Center directory, it removes their access to AWS accounts and applications. After a user is deleted it cannot be undone. Use the following procedure to delete a user in your Identity Center directory using the IAM Identity Center console.
+When you delete a user in your IAM Identity Center directory, it removes their access to AWS accounts and applications. After you delete a user, you cannot undo this action. Use the following procedure to delete a user in your Identity Center directory.
@@ -13,2 +12,0 @@ When you disable user access or delete a user in IAM Identity Center, that user
-###### To delete a user in IAM Identity Center
-
@@ -18,0 +17,5 @@ The instructions on this page apply to [AWS IAM Identity Center](https://aws.ama
+Console
+    
+
+###### To delete a user
+
@@ -35,0 +39,12 @@ The instructions on this page apply to [AWS IAM Identity Center](https://aws.ama
+AWS CLI
+    
+
+###### To delete a user
+
+The following `delete-user` command deletes a user from your Identity Center directory.
+    
+    
+    aws identitystore delete-user \
+        --identity-store-id d-1234567890 \
+        --user-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111
+
@@ -44 +59 @@ Delete groups
-Disable user access
+Remove users from groups