update_user
(**kwargs)¶For the specified user in the specified identity store, updates the user metadata and attributes.
See also: AWS API Documentation
Request Syntax
response = client.update_user(
IdentityStoreId='string',
UserId='string',
Operations=[
{
'AttributePath': 'string',
'AttributeValue': {...}|[...]|123|123.4|'string'|True|None
},
]
)
[REQUIRED]
The globally unique identifier for the identity store.
[REQUIRED]
The identifier for a user in the identity store.
[REQUIRED]
A list of AttributeOperation
objects to apply to the requested user. These operations might add, replace, or remove an attribute.
An operation that applies to the requested group. This operation might add, replace, or remove an attribute.
A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.
The value of the attribute. This is a Document
type. This type is not supported by Java V1, Go V1, and older versions of the AWS CLI.
dict
Response Syntax
{}
Response Structure
Exceptions
IdentityStore.Client.exceptions.ResourceNotFoundException
IdentityStore.Client.exceptions.ThrottlingException
IdentityStore.Client.exceptions.AccessDeniedException
IdentityStore.Client.exceptions.ConflictException
IdentityStore.Client.exceptions.InternalServerException
IdentityStore.Client.exceptions.ValidationException
IdentityStore.Client.exceptions.ServiceQuotaExceededException