AWS Security ChangesHomeSearch

AWS singlesignon documentation change

Service: singlesignon · 2026-01-07 · Documentation medium

File: singlesignon/latest/IdentityStoreAPIReference/API_ListUsers.md

Summary

Added 'Roles' field to user object documentation

Security assessment

Extends user listing documentation to include role information, improving access control transparency (security feature). No security vulnerability addressed.

Diff

diff --git a/singlesignon/latest/IdentityStoreAPIReference/API_ListUsers.md b/singlesignon/latest/IdentityStoreAPIReference/API_ListUsers.md
index c46a4ccae..4c1356d8d 100644
--- a//singlesignon/latest/IdentityStoreAPIReference/API_ListUsers.md
+++ b//singlesignon/latest/IdentityStoreAPIReference/API_ListUsers.md
@@ -168,0 +169,7 @@ Required: No
+             "[Roles](./API_User.html#singlesignon-Type-User-Roles)": [ 
+                { 
+                   "[Primary](./API_Role.html#singlesignon-Type-Role-Primary)": **_boolean_** ,
+                   "[Type](./API_Role.html#singlesignon-Type-Role-Type)": "**_string_** ",
+                   "[Value](./API_Role.html#singlesignon-Type-Role-Value)": "**_string_** "
+                }
+             ],