updateUser

abstract suspend fun updateUser(input: UpdateUserRequest): UpdateUserResponse

Updates data for the user. To have the latest information, it must be preceded by a DescribeUser call. The dataset in the request should be the one expected when performing another DescribeUser call.