AWS singlesignon documentation change
Summary
Updated description of UpdateUser API to be more concise and added reference link for user attributes
Security assessment
The changes are documentation improvements with no evidence of addressing security vulnerabilities or adding security features
Diff
diff --git a/singlesignon/latest/IdentityStoreAPIReference/API_UpdateUser.md index 8bc5a9093..217a20f1a 100644 --- a/singlesignon/latest/IdentityStoreAPIReference/API_UpdateUser.md +++ b/singlesignon/latest/IdentityStoreAPIReference/API_UpdateUser.md @@ -9 +9 @@ Request SyntaxRequest ParametersResponse ElementsErrorsSee Also -For the specified user in the specified identity store, updates the user metadata and attributes. +Updates the specified user metadata and attributes in the specified identity store. @@ -47 +47 @@ Required: Yes -A list of `AttributeOperation` objects to apply to the requested user. These operations might add, replace, or remove an attribute. +A list of `AttributeOperation` objects to apply to the requested user. These operations might add, replace, or remove an attribute. For more information on the attributes that can be added, replaced, or removed, see [User](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html).